---
title: "FocusRequesterModifierNode"
description: "Implement this interface to create a modifier node that can be used to request changes in the
focus state of a [FocusTargetNode] down the hierarchy."
type: "interface"
---

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


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

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



```kotlin
interface FocusRequesterModifierNode : DelegatableNode
```


Implement this interface to create a modifier node that can be used to request changes in the
focus state of a `FocusTargetNode` down the hierarchy.



