RequestContextMenuEvent#
Class RequestContextMenuEvent
Hierarchy
- WebVisEvent
- RequestContextMenuEvent
Index
Constructors
Properties
Constructors
constructor
- new
Request Context Menu Event(provider, menuData): RequestContextMenuEvent -
The RequestContextMenuEvent requests the specified viewer to display its context menu with the given content.
Parameters
-
provider: any
The target component that should handle the request.
-
menuData: ContextMenuData
ContextMenuData object containing desired menu location, targetNodeID, etc.
Returns RequestContextMenuEvent
-
Properties
id
id: number
menu Data
ContextMenuData object containing desired menu location, targetNodeID, etc.
provider
provider: any
The target component that should handle the request.
Optional
transaction Code
transaction Code?: string
Optional
transactionID
transactionID?: number
REQUEST_CONTEXT_MENU