docs/assets/dev/js/editor/readme.md
| Component Name | Access component | Loading owner | Description |
|---|---|---|---|
| App | $e.components.get('app') | Core app | Elementor main app. |
| Document | $e.components.get('document') | Editor | Document manipulations, available only in editor. |
| Editor Documents | $e.components.get('editor/documents') | Editor | Documents manager, available only in editor. |
| Elements Color Picker | $e.components.get('elements-color-picker') | Module | Elements color picker, available only in editor. |
| Finder | $e.components.get('finder') | Core common module | Interaction with finder. |
| Globals | $e.components.get('globals') | Editor | Interaction with globals data, available only in editor. |
| Library | $e.components.get('library') | Editor | Interaction with Library, available only in editor. |
| Navigator | $e.components.get('navigitor') | Editor | Interaction with navigator, available only in editor. |
| Panel | $e.components.get('panel') | Editor | Interaction with panel, available only in editor. |
| Shortcuts | $e.components.get('shortcuts') | Editor | Interaction with shortcuts. |
Note: Each command has its own component. To find the commands please navigate by components.