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

    Interface BreakVariableType

    Configuration type for break variables

    interface 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