Highcharts Grid
    Preparing search index...

    Definition of localized validation notifications keyed by validator name.

    Built-in validator names are listed below, and custom validators can be addressed by their registry key as well.

    Hierarchy

    Indexable

    Index

    Properties

    Notification text for the arrayNumber validator.

    'Value should be a list of numbers separated by commas.'
    

    Notification text for the boolean validator.

    'Value has to be a boolean.'
    

    Notification text for the datetime validator.

    'Value has to be parsed to a valid timestamp.'
    
    ignoreCaseUnique?: ValidationNotification

    Notification text for the ignoreCaseUnique validator.

    'Value must be unique within this column (case-insensitive).'
    

    Notification text for the json validator.

    'Value should be a valid JSON.'
    

    Notification text for the notEmpty validator.

    'Value cannot be empty.'
    

    Notification text for the number validator.

    'Value has to be a number.'
    

    Notification text for the sparkline validator.

    'Value should be a valid JSON or a list of numbers separated by commas.'
    

    Notification text for the unique validator.

    'Value must be unique within this column (case-sensitive).'