@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
15 lines (12 loc) • 401 B
JavaScript
;
var _consts = require("./consts");
/**
* Allow any additional custom metadata to be attached to experience events.
*/
/**
* Represents the state of an experience throughout its lifecycle.
*/
/*
* ID for the the experience. These are broad experiences used for SLOs for all of editor, not at individual feature level.
*/
var EXPERIENCE_IDS = Object.values(_consts.EXPERIENCE_ID);