RequestContextMenuEventΒΆ

Class RequestContextMenuEvent

REQUEST_CONTEXT_MENU

Hierarchy

Constructors

  • 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: number
menuData: ContextMenuData

ContextMenuData object containing desired menu location, targetNodeID, etc.

provider: any

The target component that should handle the request.

transactionCode?: string
transactionID?: number
type?: EventType