UNPKG

tsinsim

Version:

An InSim library for Node.js (JavaScript runtime environment) with TypeScript support.

13 lines (12 loc) 256 B
export declare enum PMOAction { PMO_LOADING_FILE = 0, PMO_ADD_OBJECTS = 1, PMO_DEL_OBJECTS = 2, PMO_CLEAR_ALL = 3, PMO_TINY_AXM = 4, PMO_TTC_SEL = 5, PMO_SELECTION = 6, PMO_POSITION = 7, PMO_GET_Z = 8, PMO_NUM = 9 }