UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

30 lines (29 loc) 714 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class FormatCellEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private l; get row(): number; set row(a: number); private n; get itemRef(): string; set itemRef(a: string); private p; get valueRef(): string; set valueRef(a: string); private o; get text(): string; set text(a: string); private i; get isSummary(): boolean; set isSummary(a: boolean); private h; get isGroup(): boolean; set isGroup(a: boolean); }