Skip to main content
cngx-src documentation

PopoverHaspopup

Type Aliascommon/popover

projects/common/popover/popover.types.ts

Referenced by#

Description#

Permitted values for aria-haspopup on a popover trigger. Mirrors the W3C-spec union for popup-container roles plus the bare 'true' compatibility value. Composers (such as CngxPopoverPanel) write the popover's haspopup signal to hint the trigger toward the right value without forcing the consumer to repeat it.

Definition#

"dialog" | "listbox" | "menu" | "tree" | "true"