Appearance
zeropdf / TableHeaderScope
Type Alias: TableHeaderScope
ts
type TableHeaderScope = "row" | "column" | "both";Defined in: src/types.ts:2008
Header scope values for tagged table header cells.