Skip to content

ScrollbarOptions

Defined in: ui/src/types.ts:425

Size / style of the ScrollView scrollbar thumb.

optional alpha?: number

Defined in: ui/src/types.ts:431

Thumb alpha. Default 0.4.


optional color?: number

Defined in: ui/src/types.ts:429

Thumb color. Default 0xffffff.


optional margin?: number

Defined in: ui/src/types.ts:437

Gap between the thumb and the viewport edge in px. Default 2.


optional minThumbLength?: number

Defined in: ui/src/types.ts:435

Minimum thumb length along the scroll axis in px. Default 20.


optional radius?: number

Defined in: ui/src/types.ts:433

Thumb corner radius. Default thickness / 2.


optional thickness?: number

Defined in: ui/src/types.ts:427

Thumb thickness (cross-axis) in px. Default 4.