Search Docs
Loading...
Skip to content

Type Alias: TimelineZoomToLevelAction

type TimelineZoomToLevelAction = (level) => void | Promise<void>;

Action function for setting the video timeline zoom to a specific level.

Parameters#

ParameterType
levelnumber

Returns#

void | Promise<void>