ping-identity
    Preparing search index...

    Type Alias DaVinciValidation

    Validation rule attached to text and select collectors, including the current evaluation result from the native SDK's validate() call.

    type DaVinciValidation = {
        errors?: DaVinciFieldValidationError[];
        regex: string;
    }
    Index

    Properties

    Properties

    Validation errors produced by the native SDK's validate() call on the current collector value. Empty when the value is valid; absent when validate() has not yet been called.

    regex: string

    Regular expression pattern the value must satisfy.