ContextMenuLabelCallbackΒΆ
Type Alias ContextMenuLabelCallback
Type declaration
- (info: ContextMenuCallbackInfo): Promise<string>
Parameters
- info: ContextMenuCallbackInfo
Contains information about the related webvis Context, Viewer, NodeId, etc.
Returns Promise<string>
- info: ContextMenuCallbackInfo
Specifies a callback function which is executed before the context menu opens and can be used to set a dynamic label for an entry.