Interface IScrollbarMutableProps

interface IScrollbarMutableProps {
    __mutableProp?: null;
    autoSize?: boolean;
    minSize?: string | number;
}

Hierarchy (View Summary)

Properties

__mutableProp?: null
autoSize?: boolean

Enables automatic adjustment of the scrollbar size.

true
minSize?: string | number

Minimum size of the scrollbar thumb. Accepts numeric values (interpreted as pixels) or CSS units (px, rem, vw, vh, svh).

50