# 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

# LibrariesSidebar

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.
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/main/LibrariesSidebar.lua line 22

# Methods

# selectActiveLibrary

Signature cp.apple.finalcutpro.main.LibrariesSidebar:selectActiveLibrary() -> LibrariesSidebar
Type Method
Description Selects the active library.
Parameters
  • None
Returns
  • The LibrariesSidebar object.
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/main/LibrariesSidebar.lua line 56

# show

Signature cp.apple.finalcutpro.main.LibrariesSidebar:show() -> LibrariesSidebar
Type Method
Description Show the Libraries Sidebar.
Parameters
  • None
Returns
  • The LibrariesSidebar object.
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/main/LibrariesSidebar.lua line 39