RedwoodView

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

Inheritors

Properties

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

The current dynamic content. If the application logic is stopped or crashed this will retain a snapshot of the most-recent content, but the content will ignore user actions.

Link copied to clipboard
Link copied to clipboard
abstract val uiConfiguration: StateFlow<UiConfiguration>
Link copied to clipboard
abstract val value: W