UNPKG

@zxh19890103/wik

Version:

The world-class JavaScript library for building large-scale digital warehouse both on 2D and 3D.

11 lines (10 loc) 278 B
export declare class WikEvent<S = any, T = any> { readonly type: string; readonly target: T; readonly source: S; readonly payload: any; readonly timeStamp: number; stopped: boolean; constructor(s: S, type: string, payload?: any); stop(): void; }