ContextMenuVisibleCallbackΒΆ

Type Alias ContextMenuVisibleCallback

ContextMenuVisibleCallback: (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