TreehouseView

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

Inheritors

Types

Link copied to clipboard
@ObjCName(name = "TreehouseViewReadyForContentChangeListener", exact = true)
fun interface ReadyForContentChangeListener<W : Any>
Link copied to clipboard
@ObjCName(name = "TreehouseViewSaveCallback", exact = true)
interface SaveCallback
Link copied to clipboard
@ObjCName(name = "TreehouseViewWidgetSystem", exact = true)
fun interface WidgetSystem<W : Any>

Properties

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

Functions

Link copied to clipboard
abstract fun reset()