InspectableValue
Interface
Common
@JvmDefaultWithCompatibility
interface InspectableValue
A compose value that is inspectable by tools. It gives access to private parts of a value.
Properties
Common
val inspectableElements: Sequence<ValueElement>
The elements of a compose value.
Common
val nameFallback: String?
Use this name as the reference name shown in tools of this value if there is no explicit reference name given to the value. a modifier in a modifier list.
Common
val valueOverride: Any?
Use this value as a readable representation of the value.