UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

33 lines (32 loc) 869 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class DataLegendStylingRowEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private l; get badgeShape(): string; set badgeShape(a: string); private f; get isBadgeVisible(): boolean; set isBadgeVisible(a: boolean); private g; get isRowVisible(): boolean; set isRowVisible(a: boolean); private j; get seriesIndex(): number; set seriesIndex(a: number); private m; get seriesTitle(): string; set seriesTitle(a: string); private n; get titleText(): string; set titleText(a: string); private o; get titleTextColor(): string; set titleTextColor(a: string); }