THEOplayer Web SDK
    Preparing search index...

    Interface UserActions

    Actions that define the behavior of the player.


    - Available since v4.3.0

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

    Properties

    Properties

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

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

    true