@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
14 lines (11 loc) • 386 B
JavaScript
import { EXPERIENCE_ID } from './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(EXPERIENCE_ID);