InspectorValueInfo
-
Cmn
abstract class InspectorValueInfo : InspectableValue
InspectableModifier |
This class is deprecated. This API will create more invalidations of your modifier than necessary, so it's use is discouraged. |
Implementation of InspectableValue based on a builder InspectorInfo DSL.
Summary
Public constructors |
|
|---|---|
InspectorValueInfo(info: InspectorInfo.() -> Unit) |
Cmn
|
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 constructors
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.