@leafer/interface
Advanced tools
+1
-1
| { | ||
| "name": "@leafer/interface", | ||
| "version": "1.0.0-beta.8", | ||
| "version": "1.0.0-beta.9", | ||
| "description": "@leafer/interface", | ||
@@ -5,0 +5,0 @@ "author": "Chao (Leafer) Wan", |
@@ -66,3 +66,2 @@ import { ILeaf } from '../display/ILeaf' | ||
| waitViewLoaded(fun: IFunction): void | ||
| receiveEvent(event: IObject): void | ||
| } | ||
@@ -69,0 +68,0 @@ |
@@ -9,3 +9,3 @@ import { IScreenSizeData, ILeaferCanvas } from '@leafer/interface' | ||
| clear(): void | ||
| destory(): void | ||
| destroy(): void | ||
| } |
@@ -9,3 +9,3 @@ import { ILeaf } from '../display/ILeaf' | ||
| getImageType(leaf: ILeaf, size: IScreenSizeData): IHitCanvas | ||
| destory(): void | ||
| destroy(): void | ||
| } |
@@ -9,3 +9,3 @@ import { ILeaferImage, ILeaferImageConfig } from './ILeaferImage' | ||
| load(image: ILeaferImage, onSuccess: IFunction, onError: IFunction): void | ||
| destory(): void | ||
| destroy(): void | ||
| } |
@@ -11,2 +11,3 @@ import { INumberFunction, IPointDataFunction } from '../function/IFunction' | ||
| import { ILeaferCanvas } from '../canvas/ILeaferCanvas' | ||
| import { IObject } from '../data/IData' | ||
@@ -55,2 +56,3 @@ export interface IInteraction extends IControl { | ||
| move?: IMoveConfig | ||
| eventer?: IObject | ||
| } | ||
@@ -57,0 +59,0 @@ |
@@ -27,3 +27,3 @@ import { IFunction } from '../function/IFunction' | ||
| addEmpty(callback?: IFunction): void | ||
| destory(): void | ||
| destroy(): void | ||
| } |
69705
0.03%1765
0.06%