@musallam/audio-video-client
    Preparing search index...

    Type Alias JobStatusOutputElementsItemControlsItem

    type JobStatusOutputElementsItemControlsItem = {
        data?: JobStatusOutputElementsItemControlsItemData;
        defaultData?: JobStatusOutputElementsItemControlsItemDefaultData;
        durationInSeconds?: number;
        id?: string;
        label?: string;
        options?: unknown;
        possibleAudioPreferences?: string[];
        possibleScaleValues?: string[];
        range?: JobStatusOutputElementsItemControlsItemRange;
        size?: JobStatusOutputElementsItemControlsItemSize;
        text?: string;
        type?: AudioVideoApiClient.JobStatusOutputElementsItemControlsItemType;
        variableId?: string;
    }
    Index

    Properties

    Data associated with the control.

    Default or current values for the control (e.g., text, fontName, selectedCheckboxValue, selectedDropdownValue, selectedSliderValue, scale).

    durationInSeconds?: number

    Duration in seconds for audio controls.

    id?: string

    Unique identifier for the control.

    label?: string

    Human-readable label for the control.

    options?: unknown

    Available options (object for dropdown; array for checkbox).

    possibleAudioPreferences?: string[]

    Possible audio preferences (e.g., replace, mix) for audio controls.

    possibleScaleValues?: string[]

    Possible scale values for media controls.

    Minimum and maximum values for slider controls.

    Dimensions for media controls.

    text?: string

    Comment text for comment controls.

    Type of the control.

    variableId?: string

    Unique identifier for the template variable.