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

    Interface SliderValueContext

    Normalized value information passed to a Slider formatter.

    interface SliderValueContext {
        percentage: number;
        value: number;
    }
    Index

    Properties

    Properties

    percentage: number

    Rounded position in the inclusive range from 0 to 100.

    value: number

    Value after clamping and step alignment.