RenderRepresentable
interface 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.