Vizel API / core/src / VizelOutlineSpec
Interface: VizelOutlineSpec
Defined in: packages/core/src/builders/outline.ts:32
Framework-neutral spec for the VizelOutline component.
Properties
items
ts
readonly items: readonly VizelOutlineItemSpec[];Defined in: packages/core/src/builders/outline.ts:39
Top-level outline entries, in document order.
root
ts
readonly root: object;Defined in: packages/core/src/builders/outline.ts:34
Root container ARIA wiring.
aria-label
ts
readonly aria-label: string;role
ts
readonly role: "tree";