# plugins.finalcutpro.browser.addnote

Add Note Plugin.


# API Overview

Functions - API calls offered directly by the extension

  • addNoteToSelectedClip

Fields - Variables which can only be accessed from an object returned by a constructor

  • recentNotes

# API Documentation

# Functions

# addNoteToSelectedClip

Signature plugins.finalcutpro.browser.addnote.addNoteToSelectedClip() -> none
Type Function
Description Add Note to Selected Clip.
Parameters
  • None
Returns
  • None
Notes None
Examples None
Source src/plugins/finalcutpro/browser/addnote.lua line 36

# Fields

# recentNotes

Signature plugins.finalcutpro.browser.addnote.recentNotes <cp.prop: table>
Type Field
Description Table of recent notes.
Notes None
Source src/plugins/finalcutpro/browser/addnote.lua line 31