API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
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.
border?: Partial<NineSliceInsetsSource-space or destination-space per-edge insets.> | numberDestination 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: numberVisible height in pixels.
When the scrollbars are shown. Default 'auto'.
scrollbarThickness?: numberScrollbar extent across its axis, in pixels. Default 12.
slices?: Partial<NineSliceInsetsSource-space or destination-space per-edge insets.> | numberSource-texture slice widths for a texture background; defaults to a third per axis.
width: numberVisible width in pixels.
Source