igniteui-react-core
Version:
Ignite UI React Core.
205 lines (204 loc) • 6.49 kB
TypeScript
import { Description } from "./Description";
import { ToolActionDescription } from "./ToolActionDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class ToolbarDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private a5;
get baseTheme(): string;
set baseTheme(a: string);
private bb;
get density(): string;
set density(a: string);
private j;
get autoGeneratedActions(): ToolActionDescription[];
set autoGeneratedActions(a: ToolActionDescription[]);
private h;
get actions(): ToolActionDescription[];
set actions(a: ToolActionDescription[]);
private i;
get actualActions(): ToolActionDescription[];
set actualActions(a: ToolActionDescription[]);
private bq;
get orientation(): string;
set orientation(a: string);
private b0;
get targetRef(): string;
set targetRef(a: string);
private a4;
get backgroundColor(): string;
set backgroundColor(a: string);
private bt;
get submenuBackgroundColor(): string;
set submenuBackgroundColor(a: string);
private bd;
get groupHeaderBackgroundColor(): string;
set groupHeaderBackgroundColor(a: string);
private bs;
get separatorBackgroundColor(): string;
set separatorBackgroundColor(a: string);
private bl;
get hoverBackgroundColor(): string;
set hoverBackgroundColor(a: string);
private b1;
get textColor(): string;
set textColor(a: string);
private bc;
get disabledTextColor(): string;
set disabledTextColor(a: string);
private bi;
get groupHeaderTextColor(): string;
set groupHeaderTextColor(a: string);
private b3;
get toolTipTextColor(): string;
set toolTipTextColor(a: string);
private b2;
get toolTipBackgroundColor(): string;
set toolTipBackgroundColor(a: string);
private ag;
get toolTipCornerRadius(): number;
set toolTipCornerRadius(a: number);
private ah;
get toolTipElevation(): number;
set toolTipElevation(a: number);
private bm;
get iconFill(): string;
set iconFill(a: string);
private bn;
get iconStroke(): string;
set iconStroke(a: string);
private a6;
get cellFontFamily(): string;
set cellFontFamily(a: string);
private t;
get cellFontSize(): number;
set cellFontSize(a: number);
private a7;
get cellFontStyle(): string;
set cellFontStyle(a: string);
private a8;
get cellFontWeight(): string;
set cellFontWeight(a: string);
private bw;
get subtitleFontFamily(): string;
set subtitleFontFamily(a: string);
private af;
get subtitleFontSize(): number;
set subtitleFontSize(a: number);
private bx;
get subtitleFontStyle(): string;
set subtitleFontStyle(a: string);
private by;
get subtitleFontWeight(): string;
set subtitleFontWeight(a: string);
private be;
get groupHeaderFontFamily(): string;
set groupHeaderFontFamily(a: string);
private u;
get groupHeaderFontSize(): number;
set groupHeaderFontSize(a: number);
private bf;
get groupHeaderFontStyle(): string;
set groupHeaderFontStyle(a: string);
private bg;
get groupHeaderFontWeight(): string;
set groupHeaderFontWeight(a: string);
private ac;
get separatorVerticalPaddingLeft(): number;
set separatorVerticalPaddingLeft(a: number);
private ad;
get separatorVerticalPaddingRight(): number;
set separatorVerticalPaddingRight(a: number);
private ae;
get separatorVerticalPaddingTop(): number;
set separatorVerticalPaddingTop(a: number);
private ab;
get separatorVerticalPaddingBottom(): number;
set separatorVerticalPaddingBottom(a: number);
private y;
get separatorHorizontalPaddingLeft(): number;
set separatorHorizontalPaddingLeft(a: number);
private z;
get separatorHorizontalPaddingRight(): number;
set separatorHorizontalPaddingRight(a: number);
private aa;
get separatorHorizontalPaddingTop(): number;
set separatorHorizontalPaddingTop(a: number);
private x;
get separatorHorizontalPaddingBottom(): number;
set separatorHorizontalPaddingBottom(a: number);
private n;
get showOnHover(): boolean;
set showOnHover(a: boolean);
private o;
get showTooltipOnHover(): boolean;
set showTooltipOnHover(a: boolean);
private ax;
get dropdownClickBuffer(): number;
set dropdownClickBuffer(a: number);
private w;
get highlightWidth(): number;
set highlightWidth(a: number);
private v;
get highlightRadius(): number;
set highlightRadius(a: number);
private bk;
get highlightColor(): string;
set highlightColor(a: string);
private bo;
get menuArrowStroke(): string;
set menuArrowStroke(a: string);
private b4;
get uncheckedBackgroundColor(): string;
set uncheckedBackgroundColor(a: string);
private a9;
get checkedBackgroundColor(): string;
set checkedBackgroundColor(a: string);
private b5;
get uncheckedBorderColor(): string;
set uncheckedBorderColor(a: string);
private ba;
get checkedBorderColor(): string;
set checkedBorderColor(a: string);
private az;
get rowHeight(): number;
set rowHeight(a: number);
private bz;
get subtitleTextColor(): string;
set subtitleTextColor(a: string);
private bh;
get groupHeaderSubtitleTextColor(): string;
set groupHeaderSubtitleTextColor(a: string);
private ay;
get dropdownDelay(): number;
set dropdownDelay(a: number);
private p;
get stopPropagation(): boolean;
set stopPropagation(a: boolean);
private br;
get scrollbarStyle(): string;
set scrollbarStyle(a: string);
private bp;
get onCommandRef(): string;
set onCommandRef(a: string);
private bv;
get subMenuOpeningRef(): string;
set subMenuOpeningRef(a: string);
private bu;
get subMenuClosingRef(): string;
set subMenuClosingRef(a: string);
private b6;
get width(): string;
set width(a: string);
private bj;
get height(): string;
set height(a: string);
private a3;
get background(): string;
set background(a: string);
}