projects/common/interactive/menu/context-menu-trigger-core.ts
import { CngxContextMenuTriggerPopoverRef } from '@cngx/common/interactive'
Popover surface the context-menu core drives at pointer coordinates. Typed structurally to keep @cngx/common/interactive free of a @cngx/common/popover import (menu-accepted-debt ยง7).
@cngx/common/interactive
@cngx/common/popover
CngxMenuDismissPopoverRef
function
Popover unique id signal - used to compose the anchor-name CSS value the browser's CSS Anchor Positioning expects on the anchor element.
anchor-name
void
setAnchorElement(el: HTMLElement | null)
Register the virtual pointer-coordinate anchor, or clear it.
HTMLElement | null