summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/types.js
diff options
context:
space:
mode:
Diffstat (limited to 'animism-align/frontend/app/types.js')
-rw-r--r--animism-align/frontend/app/types.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/animism-align/frontend/app/types.js b/animism-align/frontend/app/types.js
index 5f625d1..4f9d123 100644
--- a/animism-align/frontend/app/types.js
+++ b/animism-align/frontend/app/types.js
@@ -27,6 +27,9 @@ export const audio = with_type('audio', [
'play', 'pause', 'seek', 'update_time', 'set_volume', 'set_cc',
])
+export const editor = with_type('editor', [
+ 'loaded',
+])
export const viewer = with_type('viewer', [
'load_sections', 'toggle_component', 'toggle_nav_component',
'set_current_section', 'reached_end_of_section',