Function: registerListActionsHandler()
Makaio Framework / services-core / registerListActionsHandler
Function: registerListActionsHandler()
Section titled “Function: 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.
Parameters
Section titled “Parameters”Bus instance to register on
Returns
Section titled “Returns”Cleanup function to unsubscribe the handler
() => void