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

Latest commit

 

History

History
21 lines (15 loc) · 1.17 KB

File metadata and controls

21 lines (15 loc) · 1.17 KB

docs » plugins.finalcutpro.timeline.titles


Controls Final Cut Pro's Titles.

API Overview

  • Functions - API calls offered directly by the extension
  • apply

API Documentation

Functions

Signature plugins.finalcutpro.timeline.titles.apply(action) -> boolean
Type Function
Description Applies the specified action as a title. Expects action to be a table with the following structure:
Parameters
  • action - A table with the name/category/theme for the title to apply, or a string with just the name.
Returns
  • true if a matching title was found and applied to the timeline.