Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Interface TextValidationRule

    interface TextValidationRule {
        canBeEmpty?: boolean;
        maxLength: number;
        regex: RegExp;
    }
    Index

    Properties

    canBeEmpty?: boolean
    maxLength: number
    regex: RegExp