ping-identity
    Preparing search index...

    Type Alias JourneyFieldOption

    Choice-style option surfaced by normalized callback helpers.

    type JourneyFieldOption = {
        index: number;
        label: string;
        value: unknown;
    }
    Index

    Properties

    Properties

    index: number

    Zero-based option index.

    label: string

    Display label provided by callback payload.

    This value may be empty when callback data omits an explicit label.

    value: unknown

    Original option payload from native callback data.