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)