# 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

  • toggleZoomToFit
  • toggleZoomToSelection
  • zoomToSelection

# API Documentation

# Methods

# toggleZoomToFit

Signature plugins.finalcutpro.timeline.zoomtoselection.toggleZoomToFit() -> none
Type Method
Description Toggles between "Zoom to Selection" and the last zoom amount.
Parameters
  • None
Returns
  • None
Notes None
Examples None
Source src/plugins/finalcutpro/timeline/zoomtoselection.lua line 183

# toggleZoomToSelection

Signature plugins.finalcutpro.timeline.zoomtoselection.toggleZoomToSelection() -> none
Type Method
Description Toggles between "Zoom to Selection" and the last zoom amount.
Parameters
  • None
Returns
  • None
Notes None
Examples None
Source src/plugins/finalcutpro/timeline/zoomtoselection.lua line 154

# zoomToSelection

Signature plugins.finalcutpro.timeline.zoomtoselection.zoomToSelection() -> boolean
Type Method
Description Zooms the view to fit the currently-selected clips.
Parameters
  • None
Returns
  • true if there is selected content in the timeline and zooming was successful.
Notes None
Examples None
Source src/plugins/finalcutpro/timeline/zoomtoselection.lua line 101