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

Latest commit

 

History

History
42 lines (33 loc) · 2.77 KB

cp.apple.finalcutpro.main.LibrariesSidebar.md

File metadata and controls

42 lines (33 loc) · 2.77 KB

docs » cp.apple.finalcutpro.main.LibrariesSidebar


Libraries Sidebar Browser Module.

API Overview

  • Constructors - API calls which return an object, typically one that offers API methods
  • LibrariesSidebar
  • Methods - API calls which can only be made on an object returned by a constructor
  • selectActiveLibrary
  • show

API Documentation

Constructors

Signature cp.apple.finalcutpro.main.LibrariesSidebar(parent) -> LibrariesSidebar
Type Constructor
Description Creates a new LibrariesSidebar instance.
Parameters
  • parent - The parent object.
Returns
  • A new LibrariesSidebar object.

Methods

Signature cp.apple.finalcutpro.main.LibrariesSidebar:selectActiveLibrary() -> LibrariesSidebar
Type Method
Description Selects the active library.
Parameters
  • None
Returns
  • The LibrariesSidebar object.
Signature cp.apple.finalcutpro.main.LibrariesSidebar:show() -> LibrariesSidebar
Type Method
Description Show the Libraries Sidebar.
Parameters
  • None
Returns
  • The LibrariesSidebar object.