Preview Render Tree Node
@Serializable
Portable recursive representation of one rendered VNode.
Constructors
Link copied to clipboard
constructor(type: String, key: String? = null, nodeId: String? = null, sourceCallSites: List<PreviewSourceCallSite> = emptyList(), synthetic: Boolean = false, children: List<PreviewRenderTreeNode> = emptyList())