# plugins.finalcutpro.browser.keywords

Browser Keywords Presets.


# API Overview

Constants - Useful values which cannot be changed

  • NUMBER_OF_PRESETS
  • NUMBER_OF_SHORTCUTS

Functions - API calls offered directly by the extension

  • restore
  • save

# API Documentation

# Constants

# NUMBER_OF_PRESETS

Signature plugins.finalcutpro.browser.keywords.NUMBER_OF_PRESETS -> number
Type Constant
Description The number of presets available.
Notes None
Source src/plugins/finalcutpro/browser/keywords.lua line 22

# NUMBER_OF_SHORTCUTS

Signature plugins.finalcutpro.browser.keywords.NUMBER_OF_SHORTCUTS -> number
Type Constant
Description The number of Keyword Keyboard shortcuts available.
Notes None
Source src/plugins/finalcutpro/browser/keywords.lua line 27

# Functions

# restore

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
Notes None
Examples None
Source src/plugins/finalcutpro/browser/keywords.lua line 64

# save

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
Notes None
Examples None
Source src/plugins/finalcutpro/browser/keywords.lua line 32