timeline-state-resolver-types
Version:
Have timeline, control stuff
22 lines • 977 B
JavaScript
;
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