UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

75 lines (74 loc) 2.21 kB
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class DataGridToolbarDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private ag; get targetGridRef(): string; set targetGridRef(a: string); private ah; get toolbarTitle(): string; set toolbarTitle(a: string); private aj; get toolbarTitleFontFamily(): string; set toolbarTitleFontFamily(a: string); private s; get toolbarTitleFontSize(): number; set toolbarTitleFontSize(a: number); private ak; get toolbarTitleFontStyle(): string; set toolbarTitleFontStyle(a: string); private al; get toolbarTitleFontWeight(): string; set toolbarTitleFontWeight(a: string); private ai; get toolbarTitleColor(): string; set toolbarTitleColor(a: string); private y; get backgroundColor(): string; set backgroundColor(a: string); private af; get dialogBackgroundColor(): string; set dialogBackgroundColor(a: string); private k; get columnChooser(): boolean; set columnChooser(a: boolean); private aa; get columnChooserText(): string; set columnChooserText(a: string); private ab; get columnChooserTitle(): string; set columnChooserTitle(a: string); private l; get columnPinning(): boolean; set columnPinning(a: boolean); private ac; get columnPinningText(): string; set columnPinningText(a: string); private ad; get columnPinningTitle(): string; set columnPinningTitle(a: string); private o; get borderWidthBottom(): number; set borderWidthBottom(a: number); private p; get borderWidthLeft(): number; set borderWidthLeft(a: number); private q; get borderWidthRight(): number; set borderWidthRight(a: number); private r; get borderWidthTop(): number; set borderWidthTop(a: number); private ae; get density(): string; set density(a: string); private z; get baseTheme(): string; set baseTheme(a: string); }