RedwoodView

@ObjCName(name = "RedwoodView", exact = true)
interface RedwoodView<W : Any>

Inheritors

Properties

Link copied to clipboard
abstract val children: Widget.Children<W>
Link copied to clipboard
Link copied to clipboard
abstract val uiConfiguration: StateFlow<UiConfiguration>

Functions

Link copied to clipboard
abstract fun reset()

This should at minimum clear all children.