@progress/kendo-angular-treelist
Version:
Kendo UI TreeList for Angular - Display hierarchical data in an Angular tree grid view that supports sorting, filtering, paging, and much more.
26 lines (25 loc) • 1.09 kB
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { OnInit } from '@angular/core';
import { ColumnMenuService } from './column-menu.service';
import * as i0 from "@angular/core";
/**
* @hidden
*/
export declare class ColumnMenuItemBase implements OnInit {
/**
* Represents the [`ColumnMenuService`]({% slug api_treelist_columnmenuservice %}) instance.
* Requires a mandatory input.
*/
service: ColumnMenuService;
hostClass: boolean;
ngOnInit(): void;
/**
* @hidden
*/
close(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuItemBase, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnMenuItemBase, never, never, { "service": { "alias": "service"; "required": false; }; }, {}, never, never, false, never>;
}