@ctodev/cclibrary-typings
Version:
Library typings for use with CLARC INFINITY
13 lines (12 loc) • 335 B
TypeScript
export declare class TccTableSelectCheckboxComponent<T> {
headerCheckbox: boolean;
row: T;
isDisabled: boolean;
onchangefunc: Function;
onclickfunc: Function;
checkValue: boolean;
isShift: boolean;
onChange(val: boolean): void;
onClick(event: any): void;
onMouseDown(event: MouseEvent): void;
}