Skip to content

@jimka/typescript-ui / component/container / ScrollbarOrientation

Type Alias: ScrollbarOrientation

ts
type ScrollbarOrientation = "vertical" | "horizontal";

Defined in: src/typescript/lib/component/container/Scrollbar.ts:19

Scrollbar orientation. "vertical" lays the track along the Y axis (default); "horizontal" lays it along the X axis.