InspectableModifier

Added in 1.1.0
Deprecated in 1.8.0-rc01

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

Summary

Nested types

This class is deprecated. This API will create more invalidations of your modifier than necessary, so it's use is discouraged.

Public constructors

InspectableModifier(inspectorInfo: InspectorInfo.() -> Unit)

This function is deprecated. This API will create more invalidations of your modifier than necessary, so it's use is discouraged.

Cmn

Public properties

InspectableModifier.End

This property is deprecated. This API will create more invalidations of your modifier than necessary, so it's use is discouraged.

Cmn

Inherited functions

From androidx.compose.ui.Modifier
open infix Modifier
then(other: Modifier)

This function is deprecated. This API will create more invalidations of your modifier than necessary, so it's use is discouraged.

Cmn
From androidx.compose.ui.Modifier.Element
open Boolean
all(predicate: (Modifier.Element) -> Boolean)

This function is deprecated. This API will create more invalidations of your modifier than necessary, so it's use is discouraged.

Cmn
open Boolean
any(predicate: (Modifier.Element) -> Boolean)

This function is deprecated. This API will create more invalidations of your modifier than necessary, so it's use is discouraged.

Cmn
open R
<R : Any?> foldIn(initial: R, operation: (Modifier.Element, R) -> R)

This function is deprecated. This API will create more invalidations of your modifier than necessary, so it's use is discouraged.

Cmn
open R
<R : Any?> foldOut(initial: R, operation: (Modifier.Element, R) -> R)

This function is deprecated. This API will create more invalidations of your modifier than necessary, so it's use is discouraged.

Cmn

Inherited properties

From androidx.compose.ui.platform.InspectorValueInfo
open Sequence<ValueElement>

This property is deprecated. This API will create more invalidations of your modifier than necessary, so it's use is discouraged.

Cmn
open String?

This property is deprecated. This API will create more invalidations of your modifier than necessary, so it's use is discouraged.

Cmn
open Any?

This property is deprecated. This API will create more invalidations of your modifier than necessary, so it's use is discouraged.

Cmn

Public constructors

InspectableModifier

InspectableModifier(inspectorInfo: InspectorInfo.() -> Unit)

Public properties

end

val endInspectableModifier.End