ContextMenuVisibleCallbackΒΆ webvisUI API ReferenceContextMenuVisibleCallbackType Alias ContextMenuVisibleCallbackContextMenuVisibleCallback: (info: ContextMenuCallbackInfo) => Promise<boolean>Specifies a callback function which is executed before the context menu opens and can be used control the visibility of an entry. Type declaration(info: ContextMenuCallbackInfo): Promise<boolean>Parametersinfo: ContextMenuCallbackInfoContains information about the related webvis Context, Viewer, NodeId, etc. Returns Promise<boolean> Was this page helpful? Please leave a thumbs up or down. π Yes π No
Specifies a callback function which is executed before the context menu opens and can be used control the visibility of an entry.