UNPKG

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) 661 B
import { AfterViewInit } from '@angular/core'; import { AgEditorComponent } from 'ag-grid-angular'; import * as i0 from "@angular/core"; export declare class CheckboxCellEditorComponent implements AgEditorComponent, AfterViewInit { private params; isCheckboxActive: boolean; id: string; private singleClickEdit; ngAfterViewInit(): void; agInit(params: any): void; getValue(): any; doOnChange(): void; static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxCellEditorComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxCellEditorComponent, "systelab-checkbox-cell", never, {}, {}, never, never, false, never>; }