OrientationContext

object OrientationContext

A context class for allowing an expressive DSL for component's configuration:

// 'orientation' is provided by ``OrientationProperty.orientation``
orientation { horizontal }
orientation { vertical }

Properties

horizontal
Link copied to clipboard
js
val horizontal: Orientation
vertical
Link copied to clipboard
js
val vertical: Orientation