WaiOptions
Shadow Dom 에 관한 설정 모델
Signature:
export interface WaiOptions
Remarks
웹 접근성 지원을 위해 그리드 구성 요소의 각 명칭을 지정한다.
Properties
Property | Type | Description |
---|---|---|
description | string | table의 설명 |
title | string | 그리드 제목 |
Properties Desc
description
table의 설명
Type
- string
Remarks:
table tag의 caption으로 표시된다. title이 있으면 title다음에 표시되고 문자열에 ${columns}
가 있으면 해당위치에 column 제목을 표시한다.
title
그리드 제목
Type
- string
Remarks:
table tag의 caption으로 표시된다.