ping-identity
    Preparing search index...

    Type Alias DaVinciNormalizedCollector

    DaVinciNormalizedCollector:
        | TextCollector & DaVinciNormalizedMetadata<"text">
        | PasswordCollector & DaVinciNormalizedMetadata<"password">
        | SubmitCollector & DaVinciNormalizedMetadata<"flow">
        | FlowCollector & DaVinciNormalizedMetadata<"flow">
        | LabelCollector & DaVinciNormalizedMetadata<"output">
        | SingleSelectCollector & DaVinciNormalizedMetadata<"singleSelect">
        | MultiSelectCollector & DaVinciNormalizedMetadata<"multiSelect">
        | PhoneNumberCollector & DaVinciNormalizedMetadata<"phone">
        | DeviceRegistrationCollector & DaVinciNormalizedMetadata<"device">
        | DeviceAuthenticationCollector & DaVinciNormalizedMetadata<"device">
        | BooleanCollector & DaVinciNormalizedMetadata<"boolean">
        | ReadOnlyTextCollector & DaVinciNormalizedMetadata<"output">
        | PollingCollector & DaVinciNormalizedMetadata<"polling">
        | QRCodeCollector & DaVinciNormalizedMetadata<"qrCode">
        | IntegrationCollector & DaVinciNormalizedMetadata<"integration">
        | IntegrationCollector & DaVinciNormalizedMetadata<"unknown">

    Collector enriched with UI-helper metadata.

    The kind discriminant separates known native collectors from generic integration/unknown collectors. Narrow on kind before accessing fields that are not part of the generic integration contract.