Package-level declarations
Types
Link copied to clipboard
object UiNodeTooling
Opt-in source capture used by previews and diagnostics.
Link copied to clipboard
data class UiNodeToolingMetadata(val nodeId: String, val callSites: List<UiSourceCallSite>, val synthetic: Boolean = false)
Non-semantic metadata attached to a VNode only while a tooling capture is active.
Link copied to clipboard
data class UiSourceCallSite(val className: String, val methodName: String, val fileName: String, val lineNumber: Int)
One runtime call site that contributed to a declarative node.