voeStartCommand - Host-> Editor

interface StartCommand {
    sessionId: string;
    unitDefinition?: string;
    unitDefinitionType?: string;
    editorConfig?: MainSchema.EditorConfig;
}

Hierarchy (view full)

Properties

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