UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

45 lines (44 loc) 1.11 kB
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebCheckboxBaseDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private s; get name(): string; set name(a: string); private t; get value(): string; set value(a: string); private g; get disabled(): boolean; set disabled(a: boolean); private f; get checked(): boolean; set checked(a: boolean); private i; get required(): boolean; set required(a: boolean); private h; get invalid(): boolean; set invalid(a: boolean); private r; get labelPosition(): string; set labelPosition(a: string); private n; get ariaLabelledby(): string; set ariaLabelledby(a: string); private p; get changeRef(): string; set changeRef(a: string); private q; get focusRef(): string; set focusRef(a: string); private o; get blurRef(): string; set blurRef(a: string); }