Vizel API / core/src / VizelPopoverBodySpec
Interface: VizelPopoverBodySpec
Defined in: packages/core/src/builders/types.ts:135
ARIA attributes for the floating body element of a popover.
Properties
aria-labelledby?
ts
optional aria-labelledby?: string;Defined in: packages/core/src/builders/types.ts:141
Optional label source for assistive tech.
id
ts
id: string;Defined in: packages/core/src/builders/types.ts:137
Stable id matching the trigger's aria-controls.
role
ts
role: "menu" | "listbox" | "dialog";Defined in: packages/core/src/builders/types.ts:139
Body's role; aligns with the trigger's aria-haspopup.