@byomakase/omakase-player
    Preparing search index...

    Class BarChartLane

    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.

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    • get style(): S

      Current resolved style for this lane. Reflects style defaults merged with any overrides applied via setStyle.

      Returns S

    Methods

    • Merges style into the lane's current style and triggers a visual refresh. Only the properties present in style are changed; omitted properties retain their current values.

      Parameters

      • style: Partial<S>

        Partial style object containing only the properties to update.

      Returns void