THEOplayer > UserActions
Signature:
export interface UserActions
Property |
Type |
Description |
---|---|---|
click (optional) |
|
Whether clicking the player element will play/pause the player. |
Whether clicking the player element will play/pause the player.
Signature:
click?: boolean | ((event: any) => void);