Highcharts Grid
    Preparing search index...

    Definition of the validation rule that should container validate method and error message displayed in notification.

    interface RuleDefinition {
        notification: string | ValidationErrorFunction;
        validate: RulesRegistryType | ValidateFunction;
    }
    Index

    Properties

    notification: string | ValidationErrorFunction