systelab-components
Version:
systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.
16 lines (15 loc) • 749 B
TypeScript
import { AgRendererComponent } from 'ag-grid-angular';
import { AbstractGrid } from '../abstract-grid.component';
import * as i0 from "@angular/core";
export declare class GridContextMenuCellRendererComponent<T> implements AgRendererComponent {
protected container: AbstractGrid<T>;
fontSize: string;
fontColor: string;
rowIndex: number;
data: T;
agInit(params: any): void;
dotsClicked(event: MouseEvent): void;
refresh(params: any): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<GridContextMenuCellRendererComponent<any>, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GridContextMenuCellRendererComponent<any>, "systelab-grid-context-menu-cell-renderer", never, {}, {}, never, never, false, never>;
}