session-editor
session-editor
Section titled “session-editor”| Field | Value |
|---|---|
| Prefix | session-editor |
| Namespace constant | SessionEditorNamespace |
| Subjects constant | SessionEditorSubjects |
| Kind | bus |
| Schema record | SessionEditorSchemas |
| Tier | framework |
| Package | @makaio/services-core |
| Defined in | packages/services/core/src/session-editor/namespace.ts |
Subjects
Section titled “Subjects”| Key | Wire | Type | Schema |
|---|---|---|---|
listActions | session-editor.listActions | rpc | schemas.ts |
Subject Details
Section titled “Subject Details”session-editor.listActions (rpc)
Section titled “session-editor.listActions (rpc)”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:
| Field | Type | Required |
|---|---|---|
actions | { id: string; label: string; description: string; category: "compression" | "extraction" | "transformation"; }[] | yes |
Auto-generated by yarn docs:bus. Do not edit manually.