Highcharts Grid
    Preparing search index...

    Accessibility options for the Grid cell editing functionality.

    interface CellEditingLangA11yOptions {
        announcements?: {
            cancelled?: string;
            edited?: string;
            notValid?: string;
            started?: string;
        };
        editable?: string;
    }
    Index

    Properties

    announcements?: {
        cancelled?: string;
        edited?: string;
        notValid?: string;
        started?: string;
    }

    Accessibility lang options for the cell editing announcements.

    Type Declaration

    • Optionalcancelled?: string

      The message when the cell editing was cancelled.

      'Editing cancelled.'
      
    • Optionaledited?: string

      The message when the cell editing ended.

      'Edited cell value.'
      
    • OptionalnotValid?: string

      The message when the cell value is not valid. It precedes the error messages.

      'Provided value is not valid.'
      
    • Optionalstarted?: string

      The message when the cell editing started.

      'Entered cell editing mode.'
      
    editable?: string

    An additional hint (a visually hidden span) read by the voice over after the cell value.

    'Editable.'