API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceStackOptions
@codexo/exojs / ui / stable
4
props
0
methods
0
events
Import
import { StackOptions } from '@codexo/exojs'Properties4
Cross-axis placement of the items. Default 'start'.
direction?: StackDirectionFlow direction. Default 'column'.
padding?: numberInner padding around all items in pixels. Default 0.
spacing?: numberGap between items in pixels. Default 8.
Source