TreehouseComposition

interface TreehouseComposition

Functions

cancel
Link copied to clipboard
common
abstract fun cancel()
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
sendEvent
Link copied to clipboard
common
abstract fun sendEvent(event: Event)
setContent
Link copied to clipboard
common
abstract fun setContent(content: TreehouseScope.() -> Unit)
toString
Link copied to clipboard
common
open fun toString(): String