ContextMenuSubEntryCallback¶ webvisUI API ReferenceContextMenuSubEntryCallbackType Alias ContextMenuSubEntryCallbackContextMenuSubEntryCallback: ( info: ContextMenuCallbackInfo,) => Promise<ContextMenuEntry[]>Specifies a callback function which is executed before the context menu opens and can be used to set a dynamic sub entries Type declaration(info: ContextMenuCallbackInfo): Promise<ContextMenuEntry[]>Parametersinfo: ContextMenuCallbackInfoContains information about the related webvis Context, Viewer, NodeId, etc. Returns Promise<ContextMenuEntry[]> 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 to set a dynamic sub entries