UNPKG

@progress/kendo-angular-menu

Version:

Kendo UI Angular Menu component

35 lines (34 loc) 1.4 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { ElementRef } from '@angular/core'; import { ContextMenuTargetService } from './context-menu-target.service'; import * as i0 from "@angular/core"; /** * Represents a container for the [targets]({% slug api_menu_contextmenutargetdirective %}) of the ContextMenu. * * @example * ```html * <div * #target="kendoContextMenuTargetContainer" * kendoContextMenuTargetContainer * > * <div kendoContextMenuTarget></div> * <div kendoContextMenuTarget></div> * </div> * ``` */ export declare class ContextMenuTargetContainerDirective { targetService: ContextMenuTargetService; /** * @hidden */ element: any; /** * @hidden */ constructor(elementRef: ElementRef, targetService: ContextMenuTargetService); static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuTargetContainerDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<ContextMenuTargetContainerDirective, "[kendoContextMenuTargetContainer]", ["kendoContextMenuTargetContainer"], {}, {}, never, never, true, never>; }