Data received from host via start command

interface StartCommandData {
    type: "voeStartCommand";
    sessionId: string;
    unitDefinition?: string;
    unitDefinitionType?: string;
    editorConfig?: MainSchema.EditorConfig;
}

Hierarchy (view full)

Properties

type
sessionId: string
unitDefinition?: string
unitDefinitionType?: string
editorConfig?: MainSchema.EditorConfig