Data received from host via start command

interface StartCommandData {
    type: "vosStartCommand";
    sessionId: string;
    codingScheme?: string;
    codingSchemeType?: string;
    variables?: MainSchema.VariableInfo[];
    schemerConfig?: MainSchema.SchemerConfig;
}

Hierarchy (view full)

Properties

type
sessionId: string

Required. Used to associate all subsequent messages with this unit.

codingScheme?: string

The coding scheme to be edited (if any). Passed as a serialised string (format: byte).

codingSchemeType?: string

Identifies the format/version of the coding scheme. Helps the schemer avoid UI issues when loading older schemes.

variables?: MainSchema.VariableInfo[]

Variables from the unit definition. These represent control states during assessment and are the basis for coding.

schemerConfig?: MainSchema.SchemerConfig

Schemer-specific configuration