Skip to content

@vttforge/types / ContextMenuHooks

Type Alias: ContextMenuHooks ​

ContextMenuHooks = { [K in DocumentHookName as `get${K}ContextOptions`]: [ApplicationV2Members, ContextMenuEntry[]] } & { [K in DocumentHookName as `get${K}PlaceableContextOptions`]: [ApplicationV2Members, ContextMenuEntry[]] }

The sidebar context menu hooks, one per document.

MIT licensed.