Variable: SessionEditorNamespace
Makaio Framework / services-core/session-editor / SessionEditorNamespace
Variable: SessionEditorNamespace
Section titled “Variable: SessionEditorNamespace”
constSessionEditorNamespace:BusNamespace<"session-editor",SubjectRecordFromSchemaRecord<{listActions: {request:ZodObject<{ },$strip>;response:ZodObject<{actions:ZodArray<ZodObject<{category:ZodEnum<{compression: …;extraction: …;transformation: …; }>;description:ZodString;id:ZodString;label:ZodString; },$strip>>; },$strip>; }; }>, {[key:string]:never; }, {listActions: {request:ZodObject<{ },$strip>;response:ZodObject<{actions:ZodArray<ZodObject<{category:ZodEnum<{compression:"compression";extraction:"extraction";transformation:"transformation"; }>;description:ZodString;id:ZodString;label:ZodString; },$strip>>; },$strip>; }; }>
Defined in: ../../../packages/services/core/src/session-editor/namespace.ts:9
Session editor namespace for bus communication.
Provides subjects for session editor actions and pipeline operations.