Skip to content

Vizel API / core/src / VizelGridRootAttrs

Interface: VizelGridRootAttrs

Defined in: packages/core/src/builders/types.ts:289

ARIA attributes for a grid root.

Properties

aria-label

ts
aria-label: string;

Defined in: packages/core/src/builders/types.ts:292


id

ts
id: string;

Defined in: packages/core/src/builders/types.ts:290


role

ts
role: "grid";

Defined in: packages/core/src/builders/types.ts:291

Released under the MIT License.