Unit state containing response data.

interface UnitState {
    dataParts?: Record<string, string>;
    presentationProgress?: AllowedPropertiesValues.Progress;
    responseProgress?: AllowedPropertiesValues.Progress;
    unitStateDataType?: string;
}

Properties

dataParts?: Record<string, string>
presentationProgress?: AllowedPropertiesValues.Progress
unitStateDataType?: string