androidx.compose.runtime.tooling
Kotlin
|Java
Interfaces
CompositionData |
A CompositionData is the data tracked by the composer during composition. |
CompositionGroup |
CompositionGroup is a group of data slots tracked independently by composition. |
Top-level properties summary
ProvidableCompositionLocal<MutableSet<CompositionData>?> |
A set of slot tables that where produced when in inspection mode. |
Top-level properties
LocalInspectionTables
val LocalInspectionTables: ProvidableCompositionLocal<MutableSet<CompositionData>?>
A set of slot tables that where produced when in inspection mode.