ContextMenuGroup
Reference — ContextMenuGroup in the Mutka module API.
Interface: ContextMenuGroup
Defined in: module-registry/module-registry.types.ts:42
A group of context menu actions rendered under a shared category header.
Properties
actions
actions: MutkaAction[];Defined in: module-registry/module-registry.types.ts:45
label?
optional label?: string;Defined in: module-registry/module-registry.types.ts:44
Category label shown as a small header. Undefined for the default (no-header) group.