@fkui/logic
    Preparing search index...

    Interface ValidatorOptions

    interface ValidatorOptions {
        enabled?: boolean;
        errorMessage?: string;
        instant?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    enabled?: boolean

    If the validator should validate/run.

    errorMessage?: string

    Custom error message.

    instant?: boolean

    If the validator should validate on each change.