ping-identity
    Preparing search index...

    Type Alias DaVinciFormOptions

    Options accepted by useDaVinciForm.

    type DaVinciFormOptions = {
        handledCollectorTypes?: ReadonlySet<string>;
    }
    Index

    Properties

    handledCollectorTypes?: ReadonlySet<string>

    Collector types that the app has already handled via native integration (for example IdP, FIDO, or Protect). When provided, matching integration_required collectors are excluded from submit issues so that canSubmit reflects true readiness.