ping-identity
    Preparing search index...

    Type Alias JourneyChoiceField

    JourneyChoiceField: JourneyBaseField & {
        choices: string[];
        defaultChoice: number;
        type: "ChoiceCallback";
    }

    Normalized field for a ChoiceCallback with typed named fields.

    Type Declaration

    • choices: string[]

      Available choices provided by the server.

    • defaultChoice: number

      Zero-based index of the server-suggested default choice.

    • type: "ChoiceCallback"