NestedLithoTreeState

data class NestedLithoTreeState(    val id: Int = LithoTree.generateComponentTreeId(),     var currentState: TreeState?,     var currentResolveResult: ResolveResult? = null,     var currentLayoutState: LayoutState? = null,     val pendingStateUpdates: MutableList<PendingStateUpdate> = ArrayList())

Constructors

Link copied to clipboard
constructor(    id: Int = LithoTree.generateComponentTreeId(),     currentState: TreeState?,     currentResolveResult: ResolveResult? = null,     currentLayoutState: LayoutState? = null,     pendingStateUpdates: MutableList<PendingStateUpdate> = ArrayList())

Properties

Functions

Link copied to clipboard
fun cleanup()
Link copied to clipboard
fun commit(layoutState: LayoutState)
Link copied to clipboard
Link copied to clipboard