---
title: "isCopyAllowed"
description: "Whether the copying is allowed in the current state."
type: "function"
---
## API Reference

### isCopyAllowed

> Source set: Common

```kotlin
inline fun isCopyAllowed(): Boolean
```

Whether the copying is allowed in the current state. It checks the essential conditions:
- the selection must be not collapsed
- the text field type is not password

Also, see `copyWithResult`
