UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

38 lines (37 loc) 1.23 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 dw; get isChecked(): boolean; set isChecked(a: boolean); private d4; get uncheckedBackgroundColor(): string; set uncheckedBackgroundColor(a: string); private d0; get actualUncheckedBackgroundColor(): string; set actualUncheckedBackgroundColor(a: string); private d2; get checkedBackgroundColor(): string; set checkedBackgroundColor(a: string); private dy; get actualCheckedBackgroundColor(): string; set actualCheckedBackgroundColor(a: string); private d5; get uncheckedBorderColor(): string; set uncheckedBorderColor(a: string); private d1; get actualUncheckedBorderColor(): string; set actualUncheckedBorderColor(a: string); private d3; get checkedBorderColor(): string; set checkedBorderColor(a: string); private dz; get actualCheckedBorderColor(): string; set actualCheckedBorderColor(a: string); }