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

    Interface SliderOptions

    Options accepted by the Blessed slider adapter.

    interface SliderOptions {
        box?: SliderBoxOptions;
        data: SliderData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    Label, range, value, formatting, and callback data.

    parent: Node

    Blessed screen or node receiving the slider.