InspectorValueInfo

Known direct subclasses
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

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

InspectorValueInfo

InspectorValueInfo(info: InspectorInfo.() -> Unit)

Public properties

inspectableElements

open val inspectableElementsSequence<ValueElement>

The elements of a compose value.

nameFallback

open val nameFallbackString?

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 valueOverrideAny?

Use this value as a readable representation of the value.