igniteui-react-core
Version:
Ignite UI React Core.
47 lines (46 loc) • 1.42 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 ea;
get channel(): string;
set channel(a: string);
private ed;
get shorthandTitle(): string;
set shorthandTitle(a: string);
private d2;
get isChecked(): boolean;
set isChecked(a: boolean);
private d3;
get isManual(): boolean;
set isManual(a: boolean);
private ee;
get uncheckedBackgroundColor(): string;
set uncheckedBackgroundColor(a: string);
private d8;
get actualUncheckedBackgroundColor(): string;
set actualUncheckedBackgroundColor(a: string);
private eb;
get checkedBackgroundColor(): string;
set checkedBackgroundColor(a: string);
private d6;
get actualCheckedBackgroundColor(): string;
set actualCheckedBackgroundColor(a: string);
private ef;
get uncheckedBorderColor(): string;
set uncheckedBorderColor(a: string);
private d9;
get actualUncheckedBorderColor(): string;
set actualUncheckedBorderColor(a: string);
private ec;
get checkedBorderColor(): string;
set checkedBorderColor(a: string);
private d7;
get actualCheckedBorderColor(): string;
set actualCheckedBorderColor(a: string);
}