all files / src/pluginApi/ pluginTypes.ts

100% Statements 5/5
100% Branches 0/0
100% Functions 0/0
100% Lines 5/5
1 2 3 4 5 6 7 8 9       
"use strict";
// The message types
exports.MESSAGE_INIT = "init"; // iframe -> app :: iFrame is ready
exports.MESSAGE_INITIAL_STATE = "initialState"; // app -> iFrame :: send initial state to iFrame
exports.MESSAGE_STATE = "state"; // app -> iFrame :: send state to iFrame
exports.MESSAGE_DATA = "data"; // app <-> iFrame :: transfer datasource data from datasource or to widget
exports.MESSAGE_UPDATE_SETTING = "updateSetting"; // iFrame -> app :: The plugin wants to update a setting