ACP v2 TypeScript SDK — EXPERIMENTAL DRAFT - v1.3.0
    Preparing search index...

    Type Alias SessionConfigSelectExperimental

    A single-value selector (dropdown) session configuration option payload.

    type SessionConfigSelect = {
        currentValue: SessionConfigValueId;
        options: SessionConfigSelectOptions;
    }
    Index
    currentValue: SessionConfigValueId

    The currently selected value.

    The set of selectable options.