OptionalconfigAndStyle: ConfigAndStyle<BarChartLaneConfig, BarChartLaneLaneStyle>Adds new timeline node to timeline lane
Adds a track to this lane. Accepts either the track object itself or its ID, in which case the track is resolved from the track repository.
Optionalconfig: BarChartLaneTrackConfigOptional per-track configuration (insertion index, style overrides, etc.).
Optionalconfig: BarChartLaneTrackConfigClears Timeline lane content
Returns a shallow copy of all tracks currently added to this lane, in insertion order.
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
Marks a timeline lane that manages multiple tracks. Use this type when you need to accept any multi-track lane without caring about its concrete type.