InspectableValue
-
Cmn
interface InspectableValue
InspectorValueInfo |
Implementation of |
ModifierNodeElement |
A |
InspectableModifier |
This class is deprecated. This API will create more invalidations of your modifier than necessary, so it's use is discouraged. |
A compose value that is inspectable by tools. It gives access to private parts of a value.
Summary
Public properties |
||
|---|---|---|
open Sequence<ValueElement> |
The elements of a compose value. |
Cmn
|
open 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. |
Cmn
|
open Any? |
Use this value as a readable representation of the value. |
Cmn
|
Public properties
inspectableElements
open val inspectableElements: Sequence<ValueElement>
The elements of a compose value.
nameFallback
open 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. Example: a modifier in a modifier list.
valueOverride
open val valueOverride: Any?
Use this value as a readable representation of the value.