---
title: "canShowCopyMenuItem"
description: "Whether a copy operation can execute now and modify the clipboard."
type: "function"
---
## API Reference

### canShowCopyMenuItem

> Source set: Common

```kotlin
fun canShowCopyMenuItem(): Boolean
```

Whether a copy operation can execute now and modify the clipboard. The copy operation
requires the selection to not be collapsed, and the text field to NOT be a password.
