NestedLithoTreeState

data class NestedLithoTreeState(val id: Int = LithoTree.generateComponentTreeId(), var treeState: TreeState?, var currentResolveResult: ResolveResult? = null, var currentLayoutState: LayoutState? = null)

Constructors

Link copied to clipboard
constructor(id: Int = LithoTree.generateComponentTreeId(), treeState: TreeState?, currentResolveResult: ResolveResult? = null, currentLayoutState: LayoutState? = null)

Properties

Link copied to clipboard
val id: Int
Link copied to clipboard

Functions

Link copied to clipboard
fun cleanup()
Link copied to clipboard
fun commit(layoutState: LayoutState)
Link copied to clipboard
fun enqueue(update: PendingStateUpdate<*>)
Link copied to clipboard