UNPKG

igniteui-react-core

Version:
41 lines (40 loc) 1.28 kB
import { ToolActionDescription } from "./ToolActionDescription"; import { Type } from "./type"; /** * @hidden */ export declare class ToolActionCheckboxDescription extends ToolActionDescription { static $t: Type; protected get_type(): string; constructor(); private d2; get isChecked(): boolean; set isChecked(a: boolean); private ea; get shorthandTitle(): string; set shorthandTitle(a: string); private eb; get uncheckedBackgroundColor(): string; set uncheckedBackgroundColor(a: string); private d6; get actualUncheckedBackgroundColor(): string; set actualUncheckedBackgroundColor(a: string); private d8; get checkedBackgroundColor(): string; set checkedBackgroundColor(a: string); private d4; get actualCheckedBackgroundColor(): string; set actualCheckedBackgroundColor(a: string); private ec; get uncheckedBorderColor(): string; set uncheckedBorderColor(a: string); private d7; get actualUncheckedBorderColor(): string; set actualUncheckedBorderColor(a: string); private d9; get checkedBorderColor(): string; set checkedBorderColor(a: string); private d5; get actualCheckedBorderColor(): string; set actualCheckedBorderColor(a: string); }