UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

82 lines (81 loc) 2.56 kB
import { ToolActionInfoDescription } from "./ToolActionInfoDescription"; import { Type } from "./type"; /** * @hidden */ export declare class ToolActionButtonPairInfoDescription extends ToolActionInfoDescription { static $t: Type; protected get_type(): string; private static __marshalByValue1; private static __marshalByValueAlias1; constructor(); private cg; get leftTitle(): string; set leftTitle(a: string); private cb; get leftCommandArgument(): string; set leftCommandArgument(a: string); private ce; get leftIconName(): string; set leftIconName(a: string); private cc; get leftIconCollectionName(): string; set leftIconCollectionName(a: string); private cd; get leftIconFill(): string; set leftIconFill(a: string); private cf; get leftIconStroke(): string; set leftIconStroke(a: string); private bq; get leftIconStrokeWidth(): number; set leftIconStrokeWidth(a: number); private bo; get isToggleDisabled(): boolean; set isToggleDisabled(a: boolean); private bs; get leftIconViewBoxLeft(): number; set leftIconViewBoxLeft(a: number); private bt; get leftIconViewBoxTop(): number; set leftIconViewBoxTop(a: number); private bu; get leftIconViewBoxWidth(): number; set leftIconViewBoxWidth(a: number); private br; get leftIconViewBoxHeight(): number; set leftIconViewBoxHeight(a: number); private cm; get rightTitle(): string; set rightTitle(a: string); private ch; get rightCommandArgument(): string; set rightCommandArgument(a: string); private ck; get rightIconName(): string; set rightIconName(a: string); private ci; get rightIconCollectionName(): string; set rightIconCollectionName(a: string); private cj; get rightIconFill(): string; set rightIconFill(a: string); private cl; get rightIconStroke(): string; set rightIconStroke(a: string); private bv; get rightIconStrokeWidth(): number; set rightIconStrokeWidth(a: number); private bx; get rightIconViewBoxLeft(): number; set rightIconViewBoxLeft(a: number); private by; get rightIconViewBoxTop(): number; set rightIconViewBoxTop(a: number); private bz; get rightIconViewBoxWidth(): number; set rightIconViewBoxWidth(a: number); private bw; get rightIconViewBoxHeight(): number; set rightIconViewBoxHeight(a: number); }