UNPKG

@sotatech/node-fixjs

Version:
15 lines (14 loc) 269 B
/** * Defines the type of action to take when the trigger hits. * tag: 1101 * @readonly * @enum {string} (char) */ export declare enum TriggerAction { /** Activate */ Activate = "1", /** Modify */ Modify = "2", /** Cancel */ Cancel = "3" }