Object

data class Object(val style: Style, val contents: ObjectContents) : StyledElement

An object component.

Constructors

Link copied to clipboard
constructor(style: Style, contents: ObjectContents)

Properties

Link copied to clipboard
val contents: ObjectContents
Link copied to clipboard
open override val style: Style

The Style associated with this element.