Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 501 Bytes

File metadata and controls

17 lines (12 loc) · 501 Bytes

Play

The Play component displays a play/pause toggle button in the controller and updates its visual state in response to the player’s state.

Configuration

Configuration example with defaults:

const playerConfig = {
    playControl: true
};
Setting Name Type Description
playControl Boolean Enables or disables the play button component.