---
title: "ModifierInfo"
description: "Used by tooling to examine the modifiers on a [LayoutInfo]."
type: "class"
---

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


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

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


```kotlin
class ModifierInfo(
    val modifier: Modifier,
    val coordinates: LayoutCoordinates,
    val extra: Any? = null,
)
```


Used by tooling to examine the modifiers on a `LayoutInfo`.



