#plugins.finalcutpro.timeline.zoomtoselection

Zoom the Timeline to fit the currently-selected clips.


#API Overview

Methods - API calls which can only be made on an object returned by a constructor


#API Documentation

#Methods

Signatureplugins.finalcutpro.timeline.zoomtoselection.toggleZoomToFit() -> none
TypeMethod
DescriptionToggles between "Zoom to Selection" and the last zoom amount.
Parameters
  • None
Returns
  • None
NotesNone
ExamplesNone
Sourcesrc/plugins/finalcutpro/timeline/zoomtoselection.lua line 183

Signatureplugins.finalcutpro.timeline.zoomtoselection.toggleZoomToSelection() -> none
TypeMethod
DescriptionToggles between "Zoom to Selection" and the last zoom amount.
Parameters
  • None
Returns
  • None
NotesNone
ExamplesNone
Sourcesrc/plugins/finalcutpro/timeline/zoomtoselection.lua line 154

Signatureplugins.finalcutpro.timeline.zoomtoselection.zoomToSelection() -> boolean
TypeMethod
DescriptionZooms the view to fit the currently-selected clips.
Parameters
  • None
Returns
  • true if there is selected content in the timeline and zooming was successful.
NotesNone
ExamplesNone
Sourcesrc/plugins/finalcutpro/timeline/zoomtoselection.lua line 101