UNPKG

timeline-state-resolver-types

Version:
15 lines 719 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TimelineContentTypeSisyfos = void 0; /* * TRIGGERVALUE is used to SET_CHANNEL in Sisyfos * When value is changed to a new value (e.g. Date.now()) Sisyfos will set the channel to * the Current TSR State using setSisyfosChannel() */ var TimelineContentTypeSisyfos; (function (TimelineContentTypeSisyfos) { TimelineContentTypeSisyfos["CHANNEL"] = "channel"; TimelineContentTypeSisyfos["CHANNELS"] = "channels"; TimelineContentTypeSisyfos["TRIGGERVALUE"] = "triggerValue"; })(TimelineContentTypeSisyfos = exports.TimelineContentTypeSisyfos || (exports.TimelineContentTypeSisyfos = {})); //# sourceMappingURL=sisyfos.js.map