# plugins.finder.pasteboard.history

Adds text pasteboard history actions to the Search Console.

---

## API Overview
**Fields** - _Variables which can only be accessed from an object returned by a constructor_
 * [enabled](#enabled)
 * [history](#history)
 * [historySize](#historysize)

---

## API Documentation

#### Fields

### [enabled](#enabled)

|                                             |                                                                                     |
| --------------------------------------------|-------------------------------------------------------------------------------------|
| **Signature**                               | `plugins.finder.pasteboard.history.enabled <cp.prop: boolean>`                                                                    |
| **Type**                                    | Field                                                                     |
| **Description**                             | Is Text Pasteboard History Enabled?                                                                     |
| **Notes**                                   | None |
| **Source**                                  | [src/plugins/finder/pasteboard/history.lua line 63](https://github.com/CommandPost/CommandPost/blob/develop/src/plugins/finder/pasteboard/history.lua#L63) |

---

### [history](#history)

|                                             |                                                                                     |
| --------------------------------------------|-------------------------------------------------------------------------------------|
| **Signature**                               | `plugins.finder.pasteboard.history.history <cp.prop: table>`                                                                    |
| **Type**                                    | Field                                                                     |
| **Description**                             | Contains the pasteboard history.                                                                     |
| **Notes**                                   | None |
| **Source**                                  | [src/plugins/finder/pasteboard/history.lua line 48](https://github.com/CommandPost/CommandPost/blob/develop/src/plugins/finder/pasteboard/history.lua#L48) |

---

### [historySize](#historysize)

|                                             |                                                                                     |
| --------------------------------------------|-------------------------------------------------------------------------------------|
| **Signature**                               | `plugins.finder.pasteboard.history.historySize <cp.prop: number>`                                                                    |
| **Type**                                    | Field                                                                     |
| **Description**                             | Maximum Pasteboard History Size                                                                     |
| **Notes**                                   | None |
| **Source**                                  | [src/plugins/finder/pasteboard/history.lua line 53](https://github.com/CommandPost/CommandPost/blob/develop/src/plugins/finder/pasteboard/history.lua#L53) |

---

---

<script src="https://giscus.app/client.js"
        data-repo="CommandPost/CommandPost"
        data-repo-id="MDEwOlJlcG9zaXRvcnk3NDY0NTk2NQ=="
        data-category="Website Discussion"
        data-category-id="DIC_kwDOBHMBzc4CXFFA"
        data-mapping="pathname"
        data-strict="0"
        data-reactions-enabled="1"
        data-emit-metadata="0"
        data-input-position="bottom"
        data-theme="dark"
        data-lang="en"
        crossorigin="anonymous"
        async>
</script>
