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