Search Docs
Loading...
Skip to content

Type Alias: TimelineZoomOutAction

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

Action function for zooming out the video timeline by one step.

Returns#

void | Promise<void>