Skip to content

Function: registerListActionsHandler()

Makaio Framework


Makaio Framework / services-core / registerListActionsHandler

registerListActionsHandler(bus): () => void

Defined in: ../../../packages/services/core/src/session/session-editor/handlers.ts:14

Register handler for session-editor.listActions.

Maps all registered actions to UI-safe summaries by stripping the execute method and keeping only id, label, description, and category.

IMakaioBus

Bus instance to register on

Cleanup function to unsubscribe the handler

() => void