Layout

sealed interface Layout : RenderRepresentable

Defines a way nodes of a Stacked block are placed together.

See also

Inheritors

Properties

Link copied to clipboard

Converts a RenderRepresentable to its CSS representation.

Functions

Link copied to clipboard
abstract fun <T> accept(visitor: RenderRepresentableVisitor<T>): T

Accepts a visitor to produce a representation of this element suitable for the rendered document.