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

    Type Alias NumericScaleVariableType<Type>

    NumericScaleVariableType: VariableConfig<Type> & {
        doNotSelectFirstChoice?: boolean;
        scaleMax?: number;
        scaleMin?: number;
    }

    Configuration type for numeric scale variables

    Type Parameters

    • Type extends number = number

    Type Declaration

    • OptionaldoNotSelectFirstChoice?: boolean

      Whether to select the first choice

    • OptionalscaleMax?: number

      Maximum value for the scale

    • OptionalscaleMin?: number

      Minimum value for the scale