InspectableValue

Known direct subclasses
InspectorValueInfo

Implementation of InspectableValue based on a builder InspectorInfo DSL.

ModifierNodeElement

A Modifier.Element which manages an instance of a particular Modifier.Node implementation.

Known indirect subclasses
InspectableModifier

Annotates a range of modifiers in a chain with inspector metadata.


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 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.