RenderRepresentable

A non-node element (usually a property of a node) that can be represented in a rendered document.

For example, the node Stacked can render rows and columns with a specific alignment. In an HTML rendered documeng, the alignment type START is represented by the flex-start CSS rule. This conversion is done by a RenderRepresentableVisitor.

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.