@fkui/logic
    Preparing search index...

    Interface InvalidDatesValidatorConfig

    interface InvalidDatesValidatorConfig {
        dates: string[];
        enabled?: boolean;
        errorMessage?: string;
        instant?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    dates: string[]
    enabled?: boolean

    If the validator should validate/run.

    errorMessage?: string

    Custom error message.

    instant?: boolean

    If the validator should validate on each change.