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())