igniteui-react-core
Version:
Ignite UI React Core.
64 lines (63 loc) • 2.02 kB
TypeScript
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 b9;
get leftTitle(): string;
set leftTitle(a: string);
private b6;
get leftCommandArgument(): string;
set leftCommandArgument(a: string);
private b8;
get leftIconName(): string;
set leftIconName(a: string);
private b7;
get leftIconCollectionName(): string;
set leftIconCollectionName(a: string);
private bn;
get isToggleDisabled(): boolean;
set isToggleDisabled(a: boolean);
private bq;
get leftIconViewBoxLeft(): number;
set leftIconViewBoxLeft(a: number);
private br;
get leftIconViewBoxTop(): number;
set leftIconViewBoxTop(a: number);
private bs;
get leftIconViewBoxWidth(): number;
set leftIconViewBoxWidth(a: number);
private bp;
get leftIconViewBoxHeight(): number;
set leftIconViewBoxHeight(a: number);
private cd;
get rightTitle(): string;
set rightTitle(a: string);
private ca;
get rightCommandArgument(): string;
set rightCommandArgument(a: string);
private cc;
get rightIconName(): string;
set rightIconName(a: string);
private cb;
get rightIconCollectionName(): string;
set rightIconCollectionName(a: string);
private bu;
get rightIconViewBoxLeft(): number;
set rightIconViewBoxLeft(a: number);
private bv;
get rightIconViewBoxTop(): number;
set rightIconViewBoxTop(a: number);
private bw;
get rightIconViewBoxWidth(): number;
set rightIconViewBoxWidth(a: number);
private bt;
get rightIconViewBoxHeight(): number;
set rightIconViewBoxHeight(a: number);
}