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

    Interface TimestampOptions

    Options accepted by the Blessed timestamp adapter.

    interface TimestampOptions {
        box?: TimestampBoxOptions;
        data: TimestampData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    Date value, formatting policy, layout policy, theme, and semantic tone.

    parent: Node

    Blessed screen or node receiving the Timestamp.