igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
24 lines (23 loc) • 586 B
TypeScript
import { Description } from "./Description";
import { Type } from "./type";
/**
* @hidden
*/
export declare class WebGridSelectionRangeDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private g;
get rowStart(): number;
set rowStart(a: number);
private f;
get rowEnd(): number;
set rowEnd(a: number);
private k;
get columnStart(): string;
set columnStart(a: string);
private j;
get columnEnd(): string;
set columnEnd(a: string);
}