WaiOptions
Setting model for Shadow Dom
Signature:
export interface WaiOptionsRemarks
Specifies the name of each grid component to support web accessibility.
Properties
| Property | Type | Description |
|---|---|---|
| ariaLiveCallback | AriaLiveCallback | A callback function that returns text to be read by a screen reader |
| description | string | Description of table |
| title | string | grid 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.