PixiDom - v1.0.0
    Preparing search index...

    Type Alias ScrollBarStyleOptions

    Configuration options for the ScrollBar component.

    type ScrollBarStyleOptions = {
        backgroundColor: Color;
        height: number;
        scrollerOptions: ScrollerStyleOptions;
        width: number;
    }
    Index

    Properties

    backgroundColor: Color

    Background color of the scrollbar track. Accepts any Color format.

    height: number

    Height of the scrollbar (optional, auto-calculated)

    scrollerOptions: ScrollerStyleOptions

    Styling options for the scroller thumb

    width: number

    Width of the scrollbar