type TimelineZoomOutAction = () => void | Promise<void>;Action function for zooming out the video timeline by one step.
Returns#
void | Promise<void>
type TimelineZoomOutAction = () => void | Promise<void>;Action function for zooming out the video timeline by one step.
void | Promise<void>