RequestContextMenuEvent¶
Class RequestContextMenuEvent
Hierarchy (View Summary)
- WebVisEvent
- RequestContextMenuEvent
Index
Constructors
Properties
Constructors
constructor
- new RequestContextMenuEvent(
provider: any,
menuData: ContextMenuData,
): 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
- provider: any
Properties
id
id: number
The unique ID of the event.
menu Data
ContextMenuData object containing desired menu location, targetNodeID, etc.
provider
provider: any
The target component that should handle the request.
Optional
transaction Code
transactionCode?: string
The transaction code associated with the event.
Optional
transactionID
transactionID?: number
The transaction ID associated with the event.
Optional
type
The type of the event.
REQUEST_CONTEXT_MENU