OptionalconfigAndStyle: ConfigAndStyle<ScrubberLaneConfig, ScrubberLaneStyle>ReadonlyonReadonlyonFires on mouse enter
ReadonlyonFires on mouse leave
ReadonlyonFires on mouse move
ReadonlyonFires on mouse out
ReadonlyonFires on mouse over
Adds new timeline node to timeline lane
is timeline lane minimized
Expands the lane back to its configured height.
Pass args.easing: true for an animated transition. When args is provided, args.complete is set to an
Observable<void> that completes when the operation finishes (immediately for non-eased, after the animation
for eased). Subscribe to args.complete after calling this method.
Optionalargs: TimelineLaneMinimizeMaximizeArgsCollapses the lane to zero height.
Pass args.easing: true for an animated transition. When args is provided, args.complete is set to an
Observable<void> that completes when the operation finishes (immediately for non-eased, after the animation
for eased). Subscribe to args.complete after calling this method.
Optionalargs: TimelineLaneMinimizeMaximizeArgsToggles between minimized and maximized states.
Pass args.easing: true for an animated transition. When args is provided, args.complete is set to an
Observable<void> that completes when the operation finishes. Subscribe to args.complete after calling
this method.
Optionalargs: TimelineLaneMinimizeMaximizeArgs
Fires on click