UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

24 lines (23 loc) 619 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class FormatGroupTextEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private m; get groupName(): string; set groupName(a: string); private n; get groupValueRef(): string; set groupValueRef(a: string); private l; get formattedValue(): string; set formattedValue(a: string); private k; get formattedText(): string; set formattedText(a: string); }