IContextMenuAction
types.IContextMenuAction
icon
Optional
icon: string
Defined in
title
Optional
title: string
Defined in
exec
Optional
exec: (this
: IContextMenu
, e
: MouseEvent
) => false
| void
Type declaration
(this
, e
): false
| void
Parameters
Name | Type |
---|---|
this |
IContextMenu |
e |
MouseEvent |
Returns
false
| void
Defined in
enabled
Optional
enabled: boolean
Defined in
jodit/src/types/context.d.ts:18