igniteui-react-core
Version:
Ignite UI React Core.
25 lines (24 loc) • 679 B
TypeScript
import { Description } from "./Description";
import { PointDescription } from "./PointDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class SliceEventArgsDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private k;
get isSelected(): boolean;
set isSelected(a: boolean);
private j;
get isExploded(): boolean;
set isExploded(a: boolean);
private h;
get position(): PointDescription;
set position(a: PointDescription);
private n;
get originalEventRef(): string;
set originalEventRef(a: string);
}