Skip to content

a11ydocs v1.7.0


a11ydocs / TableHeaderScope

Type Alias: TableHeaderScope

ts
type TableHeaderScope = "row" | "column" | "both";

Defined in: src/types.ts:2029

Header scope values for tagged table header cells.

Released under the ISC license.