API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceScrollContainerOptions

@codexo/exojs / ui / stable

Options for ScrollContainer.

10
props
0
methods
0
events
Import
import { ScrollContainerOptions } from '@codexo/exojs'

Options for ScrollContainer.

Properties10
A surface painted behind the content, stated as a colour, a texture, a region or a descriptor. Absent leaves the container transparent.
Destination border widths for a texture background; defaults to slices.
Scroll axis. Default 'vertical'.
Paint a texture background flat with this fit instead of slicing it.
height: number
Visible height in pixels.
When the scrollbars are shown. Default 'auto'.
scrollbarThickness?: number
Scrollbar extent across its axis, in pixels. Default 12.
Source-texture slice widths for a texture background; defaults to a third per axis.
width: number
Visible width in pixels.
Source