Preview Native View Node
@Serializable
One laid-out Android View captured after the static preview root completes measure and layout.
bounds are absolute pixel coordinates relative to the preview root. Keeping this separate from the VNode tree makes wrapper Views, lazy-container children, and platform-owned descendants visible without coupling the stable preview protocol to renderer internals.
Constructors
Link copied to clipboard
constructor(className: String, bounds: PreviewLayoutBounds, measuredWidth: Int, measuredHeight: Int, visibility: String, visibleBounds: PreviewLayoutBounds? = null, clippingState: PreviewClippingState = PreviewClippingState.NotClipped, clippingAncestorClassName: String? = null, clippingAncestorNodeId: String? = null, clippingExpected: Boolean = false, properties: Map<String, String> = emptyMap(), nodeId: String? = null, sourceCallSites: List<PreviewSourceCallSite> = emptyList(), synthetic: Boolean = false, children: List<PreviewNativeViewNode> = emptyList())