textalive-react-api - v0.4.12
    Preparing search index...

    Interface PlayerSeekbarProps

    interface PlayerSeekbarProps {
        disabled?: boolean;
        player?: IPlayer;
    }
    Index
    disabled?: boolean

    whether this seekbar is disabled or not

    player?: IPlayer

    TextAlive player (this is optional because the value can also be passed with PlayerContext)