igniteui-react-core
Version:
Ignite UI React Core.
21 lines (20 loc) • 539 B
TypeScript
import { Description } from "./Description";
import { Type } from "./type";
/**
* @hidden
*/
export declare class SeriesViewerManipulationEventArgsDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private j;
get isZoomPan(): boolean;
set isZoomPan(a: boolean);
private i;
get isDragZoom(): boolean;
set isDragZoom(a: boolean);
private h;
get isDragSelect(): boolean;
set isDragSelect(a: boolean);
}