Interface UserActions

Actions that define the behavior of the player.


- Available since v4.3.0

interface UserActions {
    click?: boolean | ((event: any) => void);
}

Properties

Properties

click?: boolean | ((event: any) => void)

Whether clicking the player element will play/pause the player.

true