LithoTree

class LithoTree(val stateUpdater: StateUpdater, val mountedViewReference: MountedViewReference, val errorComponentReceiver: ErrorComponentReceiver, val lithoTreeLifecycleProvider: LithoTreeLifecycleProvider, val id: Int)

Represents a pointer to the Tree that a ComponentContext is attached to

Constructors

Link copied to clipboard
constructor(stateUpdater: StateUpdater, mountedViewReference: MountedViewReference, errorComponentReceiver: ErrorComponentReceiver, lithoTreeLifecycleProvider: LithoTreeLifecycleProvider, id: Int)

Types

Link copied to clipboard
object Companion

Properties