UNPKG

igniteui-react-core

Version:
36 lines (35 loc) 946 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 n; get badgeShape(): string; set badgeShape(a: string); private h; get isBadgeVisible(): boolean; set isBadgeVisible(a: boolean); private i; get isRowVisible(): boolean; set isRowVisible(a: boolean); private l; get seriesIndex(): number; set seriesIndex(a: number); private p; get seriesTitle(): string; set seriesTitle(a: string); private q; get titleText(): string; set titleText(a: string); private o; get groupName(): string; set groupName(a: string); private r; get titleTextColor(): string; set titleTextColor(a: string); }