UNPKG

labo-components

Version:
17 lines (12 loc) 497 B
export default { // Seek player position SET_PLAYER_POS: 'set_player_pos', // Inform that player is on the given relative position PLAYER_POS: 'player_pos', // Inform that player is on the given raw position PLAYER_POS_RAW: 'player_pos_raw', // Inform that a new media object was selected (for playlist control) ACTIVE_MEDIA_OBJECT: 'active-media-object', // Show content annotations (column/tab) SHOW_CONTENT_ANNOTATIONS: 'show-content-annotations' };