UNPKG

use-on-demand

Version:
74 lines 1.79 kB
export declare class xX_FabricEventsMap { static Global_MOUSE: { up: string; down: string; move: string; upBefore: string; downBefore: string; moveBefore: string; dblclick: string; wheel: string; over: string; out: string; }; static Single_MOUSE: { up: string; down: string; move: string; upBefore: string; downBefore: string; moveBefore: string; dblclick: string; wheel: string; over: string; out: string; }; static GlobalAndSingle_Drag: { drop: string; dragover: string; dragenter: string; dragleave: string; }; static Global_Before: { beforeTransform: string; beforeSelectionCleared: string; }; static Global_After: { afterRender: string; }; static Global_Selection: { cleared: string; created: string; updated: string; }; static Global_Object: { added: string; removed: string; modified: string; moving: string; scaling: string; rotating: string; skewing: string; moved: string; scaled: string; rotated: string; skewed: string; }; static Single_Object: { added: string; removed: string; modified: string; moving: string; scaling: string; rotating: string; skewing: string; moved: string; scaled: string; rotated: string; skewed: string; }; static Path: { created: string; }; } //# sourceMappingURL=fabric-events.d.ts.map