Skip to main content
cngx-src documentation

PopoverController

Interface

projects/common/interactive/menu/menu-item-submenu.directive.ts

Import#

import { PopoverController } from '@cngx/common/interactive'

Description#

See CngxListboxTrigger - same structural contract.

Index#

Instance Properties#

anchorElement#literal type
Readonly
elementRef#ElementRef
Readonly

Popover host element - the submenu directive attaches hover listeners to it so the submenu stays open while the user mouses over its items.

Readonly

Popover unique id signal - used to compose the anchor-name CSS value the browser's CSS Anchor Positioning expects on the anchor element.

isVisible#function
Readonly

Methods#

hide#void
show#void