Interface: ActionCategoryMap
Makaio Framework / contracts / ActionCategoryMap
Interface: ActionCategoryMap
Section titled “Interface: ActionCategoryMap”Defined in: ../../../packages/contracts/src/extension/contributions/session-event-action-types.ts:47
Extension point for registering custom action categories.
Extend via declaration merging from packages or UI layers.
Example
Section titled “Example”declare module '@makaio/contracts' { interface ActionCategoryMap { timeline: true; }}Properties
Section titled “Properties”general
Section titled “general”general:
true
Defined in: ../../../packages/contracts/src/extension/contributions/session-event-action-types.ts:49
Default category for uncategorized actions.