Search Docs
Loading...
Skip to content

Type Alias: TimelineExpandAction

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

Action function for expanding the video timeline.

Returns#

void | Promise<void>