UNPKG

timeline-state-resolver-types

Version:
22 lines 977 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TimelineContentTypeLawo = void 0; var ParameterType; (function (ParameterType) { ParameterType["Null"] = "NULL"; ParameterType["Integer"] = "INTEGER"; ParameterType["Real"] = "REAL"; ParameterType["String"] = "STRING"; ParameterType["Boolean"] = "BOOLEAN"; ParameterType["Trigger"] = "TRIGGER"; ParameterType["Enum"] = "ENUM"; ParameterType["Octets"] = "OCTETS"; })(ParameterType || (ParameterType = {})); var TimelineContentTypeLawo; (function (TimelineContentTypeLawo) { TimelineContentTypeLawo["SOURCE"] = "lawosource"; TimelineContentTypeLawo["SOURCES"] = "lawosources"; TimelineContentTypeLawo["EMBER_PROPERTY"] = "lawofullpathemberproperty"; TimelineContentTypeLawo["TRIGGER_VALUE"] = "triggervalue"; })(TimelineContentTypeLawo = exports.TimelineContentTypeLawo || (exports.TimelineContentTypeLawo = {})); //# sourceMappingURL=lawo.js.map