---
title: "isEditable"
description: "Returns whether the node is editable."
type: "function"
---

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


<a id='references'></a>
<div class='sourceset sourceset-common'>Common</div>


```kotlin
fun isEditable() = SemanticsMatcher.expectValue(SemanticsProperties.IsEditable, true)
```


Returns whether the node is editable.



