Skip to content

Multiselect.onOptionContextmenu method

Multiselect › onOptionContextmenu

Unofficial

Handle the context menu event of the multiselect.

Signature:

onOptionContextmenu(this: Multiselect, menu: Menu, value: string, ctx: MultiselectOptionContextMenuContext): void

Parameters:

Parameter Type Description
this Multiselect
menu Menu the menu to handle the context menu event.
value string the value of the element.
ctx MultiselectOptionContextMenuContext

Returns: void