ContextMenuCallbackInfo

Type Alias ContextMenuCallbackInfo

ContextMenuCallbackInfo: {
    context: webvis.ContextAPI;
    nodeId?: number;
    pointerInfo?: webvis.PointerInfo;
    triggeredBy?: HTMLElement;
    viewer: webvis.ViewerAPI;
}

Type declaration

  • context: webvis.ContextAPI

    Reference to the related webvis Context.

  • OptionalnodeId?: number

    The related NodeId if available.

  • OptionalpointerInfo?: webvis.PointerInfo

    Additional pointer information like 3d position, 3d normal, etc. Only available if context menu is opened from the 3d view.

  • OptionaltriggeredBy?: HTMLElement

    Reference to the HTMLElement which triggered the opening of the context menu.

  • viewer: webvis.ViewerAPI

    Reference to the related webvis Viewer.