igniteui-react-core
Version:
Ignite UI React Core.
44 lines (43 loc) • 1.38 kB
TypeScript
import { ToolActionDescription } from "./ToolActionDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class ToolActionRadioDescription extends ToolActionDescription {
static $t: Type;
protected get_type(): string;
constructor();
private d3;
get channel(): string;
set channel(a: string);
private dv;
get isChecked(): boolean;
set isChecked(a: boolean);
private dw;
get isManual(): boolean;
set isManual(a: boolean);
private d6;
get uncheckedBackgroundColor(): string;
set uncheckedBackgroundColor(a: string);
private d1;
get actualUncheckedBackgroundColor(): string;
set actualUncheckedBackgroundColor(a: string);
private d4;
get checkedBackgroundColor(): string;
set checkedBackgroundColor(a: string);
private dz;
get actualCheckedBackgroundColor(): string;
set actualCheckedBackgroundColor(a: string);
private d7;
get uncheckedBorderColor(): string;
set uncheckedBorderColor(a: string);
private d2;
get actualUncheckedBorderColor(): string;
set actualUncheckedBorderColor(a: string);
private d5;
get checkedBorderColor(): string;
set checkedBorderColor(a: string);
private d0;
get actualCheckedBorderColor(): string;
set actualCheckedBorderColor(a: string);
}