WaiOptions
Setting model for Shadow Dom
Signature:
export interface WaiOptions
Remarks
Specifies the name of each grid component to support web accessibility.
Properties
Property | Type | Description |
---|---|---|
description | string | Description of table |
title | string | grid title |
Properties Desc
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.