igniteui-react-core
Version:
Ignite UI React Core.
19 lines (18 loc) • 533 B
TypeScript
import { ToolActionInfoDescription } from "./ToolActionInfoDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class ToolActionCheckboxInfoDescription extends ToolActionInfoDescription {
static $t: Type;
protected get_type(): string;
private static __marshalByValue1;
private static __marshalByValueAlias1;
constructor();
private bo;
get isChecked(): boolean;
set isChecked(a: boolean);
private br;
get shorthandTitle(): string;
set shorthandTitle(a: string);
}