Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
47 lines (37 loc) · 3.17 KB

plugins.finalcutpro.browser.keywords.md

File metadata and controls

47 lines (37 loc) · 3.17 KB

docs » plugins.finalcutpro.browser.keywords


Browser Keywords Presets.

API Overview

API Documentation

Constants

Signature plugins.finalcutpro.browser.keywords.NUMBER_OF_PRESETS -> number
Type Constant
Description The number of presets available.
Signature plugins.finalcutpro.browser.keywords.NUMBER_OF_SHORTCUTS -> number
Type Constant
Description The number of Keyword Keyboard shortcuts available.

Functions

Signature plugins.finalcutpro.browser.keywords.restore(preset) -> none
Type Function
Description Restores a Keyword preset.
Parameters
  • preset - A preset number between 1 and the value of plugins.finalcutpro.browser.keywords.NUMBER_OF_PRESETS.
Returns
  • None
Signature plugins.finalcutpro.browser.keywords.save(preset) -> none
Type Function
Description Saves a Keyword preset.
Parameters
  • preset - A preset number between 1 and the value of plugins.finalcutpro.browser.keywords.NUMBER_OF_PRESETS.
Returns
  • None