docs » plugins.finalcutpro.pasteboard.history
Pasteboard History
- Constants - Useful values which cannot be changed
- FILE_NAME
- FOLDER_NAME
- HISTORY_MAXIMUM_SIZE
- Functions - API calls offered directly by the extension
- addHistoryItem
- clearHistory
- doPasteHistoryItem
- init
- update
- Fields - Variables which can only be accessed from an object returned by a constructor
- _history
- enabled
| Signature | plugins.finalcutpro.pasteboard.history.FILE_NAME -> string |
|---|---|
| Type | Constant |
| Description | File name of settings file. |
| Signature | plugins.finalcutpro.pasteboard.history.FOLDER_NAME -> string |
|---|---|
| Type | Constant |
| Description | Folder Name where settings file is contained. |
| Signature | plugins.finalcutpro.pasteboard.history.HISTORY_MAXIMUM_SIZE -> number |
|---|---|
| Type | Constant |
| Description | Maximum Size of Pasteboard History |
| Signature | plugins.finalcutpro.pasteboard.history.addHistoryItem(data, label) -> none |
|---|---|
| Type | Function |
| Description | Adds an item to the Pasteboard history. |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.pasteboard.history.clearHistory() -> none |
|---|---|
| Type | Function |
| Description | Clears the Pasteboard History. |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.pasteboard.history.doPasteHistoryItem(index) -> cp.rx.go.Statement |
|---|---|
| Type | Function |
| Description | Returns a function which will paste a Pasteboard History Item when executed. |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.pasteboard.history.init(manager) -> Pasteboard History Object |
|---|---|
| Type | Function |
| Description | Initialises the module. |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.pasteboard.history.update() -> none |
|---|---|
| Type | Function |
| Description | Enable or disable the Pasteboard History. |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.pasteboard.history._history <cp.prop: table> |
|---|---|
| Type | Field |
| Description | Contains all the saved Touch Bar Buttons |
| Signature | plugins.finalcutpro.pasteboard.history.enabled <cp.prop: boolean> |
|---|---|
| Type | Field |
| Description | Enable or disable the Pasteboard History. |