Skip to main content
cngx-src documentation

CngxContextMenuContentContext

Interface

projects/ui/context-menu/context-menu-content.directive.ts

Referenced by#

Import#

import { CngxContextMenuContentContext } from '@cngx/ui/context-menu'

Description#

Context handed to a *cngxContextMenuContent template. $implicit is the per-open datum the trigger resolved for the target the menu opened over (null while the menu is closed). Read it with let-row.

Index#

Properties

Instance Properties#

$implicit#T | null
Readonly

The per-open datum, or null while the menu is closed. Usable as let-row.