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

    Type Alias SingleLineTextVariableType<Type, Default>

    SingleLineTextVariableType: VariableConfig<Type, Default> & {
        validateRegex?: string | Record<"question_regex">;
    }

    Type Parameters

    • Type extends string = string
    • Default extends Type = Type

    Type Declaration

    • OptionalvalidateRegex?: string | Record<"question_regex">

      Whether to validate the regex expression pattern