blessed-components - v1.20.0
    Preparing search index...

    Interface TimelineOptions

    Options accepted by the Blessed timeline adapter.

    interface TimelineOptions {
        box?: BoxElementOptions;
        data: TimelineData;
        parent: Node;
    }
    Index

    Properties

    Properties

    Optional dimensions, position, style, and standard Blessed box settings.

    Timeline items, viewport offset, timestamp, and marker options.

    parent: Node

    Blessed screen or node receiving the Timeline.