Interface: CreateSessionEventActionResult
Makaio Framework / contracts / CreateSessionEventActionResult
Interface: CreateSessionEventActionResult
Section titled “Interface: CreateSessionEventActionResult”Defined in: ../../../packages/contracts/src/extension/contributions/session-event-action-types.ts:282
Return value from createSessionEventAction — declaration plus unregister hook.
Properties
Section titled “Properties”declaration
Section titled “declaration”declaration:
SessionEventActionDeclaration
Defined in: ../../../packages/contracts/src/extension/contributions/session-event-action-types.ts:284
Serializable declaration for registry and bus publication.
unregister
Section titled “unregister”unregister: () =>
void
Defined in: ../../../packages/contracts/src/extension/contributions/session-event-action-types.ts:286
Unregisters the action and cleans up bus subscriptions.
Returns
Section titled “Returns”void