Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 567 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 567 Bytes

Player Actions [PLAYER_]

Player API/Events that establish side effects and state changes based on redux-actions

{
  type: 'PLAYER_SHOW_LIST',
  payload: 102020
}

Types

All Player action types are defined within @podlove/player-action/types which is the foundation for all actions.

Actions

Export helper function for different player use cases like chapters, theme, errors and lifecycle. Each exported function will produce a specific action passing the arguments to the payload.