ContextMenuSubEntryCallback

Type Alias ContextMenuSubEntryCallback

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