Search Docs
Loading...
Skip to content

Type Alias: VideoPlayPauseAction

type VideoPlayPauseAction = () => void;

Action function for toggling play/pause on the current page.

Returns#

void