PixiDom - v1.0.0
    Preparing search index...

    Type Alias ScrollerStyleOptions

    Styling options for the scroller thumb element.

    type ScrollerStyleOptions = {
        color: Color;
        hoverColor: Color;
        mouseDownColor: Color;
    }
    Index

    Properties

    color: Color

    Default color of the scroller. Accepts any Color format.

    hoverColor: Color

    Color when hovering over the scroller. Accepts any Color format.

    mouseDownColor: Color

    Color when the scroller is pressed. Accepts any Color format.