Search Docs
Loading...
Skip to content

Type Alias: TimelineZoomToFitAction

type TimelineZoomToFitAction = () => void | Promise<void>;

Action function for fitting the video timeline to show all content.

Returns#

void | Promise<void>