ContextMenuVisibleCallback#
Type alias ContextMenuVisibleCallback
Context Menu Visible Callback: ((info) => Promise<boolean>)
Type declaration
-
- (info): Promise<boolean>
-
Parameters
-
info: ContextMenuCallbackInfo
Contains information about the related webvis Context, Viewer, NodeId, etc.
Returns Promise<boolean>
-
Specifies a callback function which is executed before the context menu opens and can be used control the visibility of an entry.