RenderResult

class RenderResult @JvmOverloads constructor(val component: Component?, val transitions: List<Transition>? = null, val useEffectEntries: List<Attachable>? = null)

The result of a Component#render call. This will be the Component this component rendered to, potentially as well as other non-Component metadata that resulted from that call, such as transitions that should be applied.

Constructors

Link copied to clipboard
constructor(component: Component?, transitions: List<Transition>? = null, useEffectEntries: List<Attachable>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard