@servicenow/sdk - v4.4.1
    Preparing search index...

    Type Alias SelectBoxVariableType<TChoices, Type, Default, RefTable>

    SelectBoxVariableType: VariableConfig<Type, Default> & {
        choiceField?: string;
        choices?: TChoices;
        choiceTable?: RefTable;
        includeNone?: boolean;
        uniqueValuesOnly?: boolean;
    }

    Configuration type for select box variables

    Type Parameters

    Type Declaration

    • OptionalchoiceField?: string

      Field containing choices for the select box

    • Optionalchoices?: TChoices

      Choices for the select box

    • OptionalchoiceTable?: RefTable

      Table containing choices for the select box

    • OptionalincludeNone?: boolean

      Whether to include a "None" option

    • OptionaluniqueValuesOnly?: boolean

      Whether to include a "None" option