RealGrid2 API
Interface
WaiOptions

WaiOptions

Setting model for Shadow Dom

Signature:

export interface WaiOptions

Remarks

Specifies the name of each grid component to support web accessibility.

Properties

PropertyTypeDescription
ariaLiveCallbackAriaLiveCallbackA callback function that returns text to be read by a screen reader
descriptionstringDescription of table
titlestringgrid title

Properties Desc

ariaLiveCallback

A callback function that returns text for screen readers to read

Type - AriaLiveCallback

Remarks:

It is called whenever the focus moves, and the returned text is set to aria-live. If no value is returned, the cell's contents are read by default.


description

Description of table

Remarks:

It is displayed as the caption of the table tag. If there is a title, it is displayed after the title. If there is ${columns} in the string, the column title is displayed at that position.


title

grid title

Type - string

Remarks:

It is displayed as the caption of the table tag.