# 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

  • doEditNewLowerThirds
  • doEditNewTitle

# API Documentation

# Functions

# doEditNewLowerThirds

Signature plugins.finalcutpro.timeline.editnewtitle.doEditNewLowerThirds() -> cp.rx.go.Statement
Type Function
Description Creates the new two-thirds title.
Parameters
  • None
Returns
  • The Statement that will create the new title.
Notes None
Examples None
Source src/plugins/finalcutpro/timeline/editnewtitle.lua line 66

# doEditNewTitle

Signature plugins.finalcutpro.timeline.editnewtitle.doEditNewTitle() -> cp.rx.go.Statement
Type Function
Description Creates the new default title.
Parameters
  • None
Returns
  • The Statement that will create the new title.
Notes None
Examples None
Source src/plugins/finalcutpro/timeline/editnewtitle.lua line 51