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

    Type Alias BreakVariableType

    Configuration type for break variables

    type BreakVariableType = {
        active?: boolean;
        disableInitialSlotFill?: boolean;
        order?: number;
    }
    Index

    Properties

    active?: boolean

    Indicates whether the variable is active

    disableInitialSlotFill?: boolean

    Disable automatic slot fill based on user context

    order?: number

    Order in which the variable appears