ContextMenuTrigger
Inherits: Enum
Defines how a menu is shown for a specific mouse button.
Properties
-
DOWN–Represents a trigger mode where the menu is shown
-
LONG_PRESS–Represents a trigger mode where the menu is shown
Properties#
DOWN = 'down'
class-attribute
instance-attribute
#
Represents a trigger mode where the menu is shown when the mouse button is pressed down.
LONG_PRESS = 'longPress'
class-attribute
instance-attribute
#
Represents a trigger mode where the menu is shown after a long press of the mouse button.