---
title: "InspectableModifier"
description: "Annotates a range of modifiers in a chain with inspector metadata."
type: "class"
---

<div class='type'>Class</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


> **Deprecated** This API will create more invalidations of your modifier than necessary, so it's use is discouraged. Implementing the inspectableProperties method on ModifierNodeElement is the recommended zero-cost alternative to exposing properties on a Modifier to tooling.

```kotlin
class InspectableModifier(inspectorInfo: InspectorInfo.() -> Unit) :
    Modifier.Element, InspectorValueInfo(inspectorInfo)
```


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


## Properties

<div class='sourceset sourceset-common'>Common</div>


```kotlin
val end = End()
```



