Skip to main content
cngx-src documentation

CngxMenuSubmenuPopoverRef

Interface

projects/common/interactive/menu/menu-submenu.token.ts

Referenced by#

Import#

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

Description#

Structural popover surface the submenu brain drives. Typed structurally so @cngx/common/interactive stays free of a @cngx/common/popover import (menu-accepted-debt ยง7) - a concrete CngxPopover satisfies it.

Index#

Instance Properties#

elementRef#literal type
Readonly

Popover host element - submenu hover listeners attach here.

Readonly

Popover unique id signal - composes the anchor-name CSS value.

isVisible#function
Readonly

Methods#

hide#void
setAnchorElement#void
setAnchorElement(el: HTMLElement | null)

Register the submenu parent item as the popover's anchor, or clear it.

@paramelHTMLElement | null
show#void