ping-identity
    Preparing search index...

    Type Alias DaVinciFormMeta

    Derived metadata for the active form — used to drive UI-level decisions (e.g. hide a form that only has output/immediate collectors).

    type DaVinciFormMeta = {
        hasIntegrationRequired: boolean;
        hasManual: boolean;
        hasOutputOnly: boolean;
        hasUnsupported: boolean;
    }
    Index

    Properties

    hasIntegrationRequired: boolean

    True when at least one collector requires an external package integration (e.g. rn-external-idp handling an IdpCollector).

    hasManual: boolean

    True when at least one collector requires manual user input.

    hasOutputOnly: boolean

    True when at least one LABEL (output-only) collector is present.

    hasUnsupported: boolean

    True when at least one unsupported (unknown-type) collector is present.