Skip to content

session-editor

FieldValue
Prefixsession-editor
Namespace constantSessionEditorNamespace
Subjects constantSessionEditorSubjects
Kindbus
Schema recordSessionEditorSchemas
Tierframework
Package@makaio/services-core
Defined inpackages/services/core/src/session-editor/namespace.ts
KeyWireTypeSchema
listActionssession-editor.listActionsrpcschemas.ts

List all registered session editor actions.

Subject: session-editor.listActions Type: Request (RPC)

Returns available actions for the session editor pipeline UI. Actions are grouped by category (compression, extraction, transformation).

Request:

Empty object.

Response:

FieldTypeRequired
actions{ id: string; label: string; description: string; category: "compression" | "extraction" | "transformation"; }[]yes

Auto-generated by yarn docs:bus. Do not edit manually.