#plugins.finalcutpro.timeline.editnewtitle

Allows adding and editing titles in Final Cut Pro's timeline.


#API Overview

Functions - API calls offered directly by the extension


#API Documentation

#Functions

Signatureplugins.finalcutpro.timeline.editnewtitle.doEditNewLowerThirds() -> cp.rx.go.Statement
TypeFunction
DescriptionCreates the new two-thirds title.
Parameters
  • None
Returns
  • The Statement that will create the new title.
NotesNone
ExamplesNone
Sourcesrc/plugins/finalcutpro/timeline/editnewtitle.lua line 66

Signatureplugins.finalcutpro.timeline.editnewtitle.doEditNewTitle() -> cp.rx.go.Statement
TypeFunction
DescriptionCreates the new default title.
Parameters
  • None
Returns
  • The Statement that will create the new title.
NotesNone
ExamplesNone
Sourcesrc/plugins/finalcutpro/timeline/editnewtitle.lua line 51