@progress/kendo-angular-grid
Version:
Kendo UI Grid for Angular - high performance data grid with paging, filtering, virtualization, CRUD, and more.
26 lines (25 loc) • 1.11 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_grid_columnmenuservice %}) class.
* Requires a mandatory input.
*/
service: ColumnMenuService;
hostClass: boolean;
ngOnInit(): void;
/**
* @hidden
*/
close(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuItemBase, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuItemBase, "kendo-grid-column-menu-item-base", never, { "service": { "alias": "service"; "required": false; }; }, {}, never, never, false, never>;
}