Skip to main content
cngx-src documentation

CngxMenuDismissPopoverRef

Interface

projects/common/interactive/menu/dismiss-handler.ts

Import#

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

Description#

Structural contract the menu dismiss handler reads from the popover. Mirrors the inline PopoverController shape in menu-trigger.directive.ts / context-menu-trigger.directive.ts to keep @cngx/common/interactive free of @cngx/common/popover imports - the popover module already depends on this entry-point and the reverse import would close a circular ng-packagr dependency.

Index#

Instance Properties#

elementRef#literal type
Readonly
isVisible#function
Readonly

Methods#

hide#void