ping-identity
    Preparing search index...

    Type Alias JourneyFormMeta

    Derived metadata returned by useJourneyForm.

    type JourneyFormMeta = {
        hasAutoCapable: boolean;
        hasIntegrationRequired: boolean;
        hasManual: boolean;
        hasOutputOnly: boolean;
        hasRequiredConsentMissing: boolean;
        hasUnsupported: boolean;
    }
    Index

    Properties

    hasAutoCapable: boolean

    True when at least one callback can be executed automatically.

    hasIntegrationRequired: boolean

    True when at least one callback requires additional native integration.

    hasManual: boolean

    True when at least one callback requires manual value submission.

    hasOutputOnly: boolean

    True when at least one callback is output-only.

    hasRequiredConsentMissing: boolean

    True when helper planner reports missing required consent callbacks.

    hasUnsupported: boolean

    True when at least one callback type is currently unsupported by helper logic.