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

    Interface TimerOptions

    interface TimerOptions {
        box?: TimerBoxOptions;
        data: TimerData;
        parent: Node;
    }
    Index

    Properties

    Properties

    data: TimerData
    parent: Node