@zxh19890103/wik
Version:
The world-class JavaScript library for building large-scale digital warehouse both on 2D and 3D.
12 lines (11 loc) • 525 B
TypeScript
import { Interactive } from '../../interfaces';
import { InteractiveStateActionName } from './InteractiveStateAction.class';
import { IStateActionManager } from '../../interfaces';
export declare class InteractiveStateActionManager implements IStateActionManager {
private currentContext;
private currType;
push(context: Interactive, type: InteractiveStateActionName, data?: any): this;
private _postPop;
pop(context: Interactive, type: InteractiveStateActionName): this;
delete(tag: number): this;
}