UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

47 lines (46 loc) 1.46 kB
import { DefinitionBaseDescription } from "./DefinitionBaseDescription"; import { Type } from "./type"; /** * @hidden */ export declare abstract class SummaryRowDescription extends DefinitionBaseDescription { static $t: Type; protected get_type(): string; constructor(); private ce; get selectedBackground(): string; set selectedBackground(a: string); private cc; get actualSelectedBackground(): string; set actualSelectedBackground(a: string); private ci; get summaryLabelTextColor(): string; set summaryLabelTextColor(a: string); private cd; get actualSummaryLabelTextColor(): string; set actualSummaryLabelTextColor(a: string); private cf; get summaryLabelFontFamily(): string; set summaryLabelFontFamily(a: string); private b2; get summaryLabelFontSize(): number; set summaryLabelFontSize(a: number); private cg; get summaryLabelFontStyle(): string; set summaryLabelFontStyle(a: string); private ch; get summaryLabelFontWeight(): string; set summaryLabelFontWeight(a: string); private b5; get paddingLeft(): number; set paddingLeft(a: number); private b7; get paddingTop(): number; set paddingTop(a: number); private b6; get paddingRight(): number; set paddingRight(a: number); private b4; get paddingBottom(): number; set paddingBottom(a: number); }