Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 3.83 KB

File metadata and controls

50 lines (39 loc) · 3.83 KB

docs » plugins.core.setup


Manager for the CommandPost Setup Screen.

Submodules

API Overview

API Documentation

Constants

Signature plugins.core.setup.enabled <cp.prop: boolean>
Type Constant
Description Set to true if the manager is enabled. Defaults to false.
Signature plugins.core.setup.visible <cp.prop: boolean; read-only>
Type Constant
Description A property indicating if the welcome window is visible on screen.

Functions

Signature plugins.core.setup.addPanel(newPanel) -> panel
Type Function
Description Adds the new panel to the manager. Panels are created via the
Parameters
  • newPanel - The panel to add.
Returns
  • The manager.
Signature plugins.core.setup.nextPanel() -> boolean
Type Function
Description Moves to the next panel. If the window is visible, the panel will be updated.
Parameters
  • None
Returns
  • true if there was another panel to move to, or false if no panels remain.