UNPKG

547 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.RENDERER_MESSAGE_EVENT_NAME = void 0;
7// FYI: Renderer ids are self assigned in remote environments, so uniqueness
8// cannot be established by consensus
9// Caused by an organic state change inside the renderer. Also dispatched
10// after a fixtureSelect request, when rendering stateful components, as their
11// initial state is read.
12var RENDERER_MESSAGE_EVENT_NAME = 'cosmos-renderer-message';
13exports.RENDERER_MESSAGE_EVENT_NAME = RENDERER_MESSAGE_EVENT_NAME;
\No newline at end of file