TESSA Web API
    Preparing search index...

    Interface IValidationContainerValidatorSettings

    Settings for configuring a validator within the validation container.

    interface IValidationContainerValidatorSettings {
        id?: string;
        order?: number;
    }
    Index

    Properties

    Properties

    id?: string

    Optional identifier for the validator. This identifier can be used for identifying or searching for the validator within the container.

    order?: number

    Optional index specifying the position where the validator should be inserted in the container's list of validators. Zero by default.