# cp.apple.finalcutpro.prefs.Panel

Preferences Panel.


# API Overview

Functions - API calls offered directly by the extension

  • hide
  • show

# API Documentation

# Functions

# hide

Signature cp.apple.finalcutpro.prefs.Panel:hide() -> self
Type Function
Description Hides the General Preferences Panel.
Parameters
  • None
Returns
  • self
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/prefs/Panel.lua line 73

# show

Signature cp.apple.finalcutpro.prefs.Panel:show() -> self
Type Function
Description Shows the Panel.
Parameters
  • None
Returns
  • self
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/prefs/Panel.lua line 55