> For the complete documentation index, see [llms.txt](https://chaoses-ib.gitbook.io/directory-opus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chaoses-ib.gitbook.io/directory-opus/manual/reference/scripting_reference/scripting_objects/clipboardchangedata.md).

# ClipboardChangeData

If a [script add-in](/directory-opus/manual/scripting/script_add-ins.md) implements the [**OnClipboardChange**](/directory-opus/manual/reference/scripting_reference/scripting_events/onclipboardchange.md) event, the method receives a **ClipboardChangeData** object whenever the system clipboard contents change.

| Property Name | Return Type | Description                                                                                      |
| ------------- | ----------- | ------------------------------------------------------------------------------------------------ |
| count         | *int*       | Returns a count which increments each time the clipboard contents change (when Opus is running). |
| has\_files    | *bool*      | Returns **True** if the clipboard now contains files.                                            |
