docs » plugins.core.setup
Manager for the CommandPost Setup Screen.
- Constants - Useful values which cannot be changed
- enabled
- visible
- Functions - API calls offered directly by the extension
- addPanel
- nextPanel
| 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. |
| Signature | plugins.core.setup.addPanel(newPanel) -> panel |
|---|---|
| Type | Function |
| Description | Adds the new panel to the manager. Panels are created via the |
| Parameters |
|
| Returns |
|
| 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 |
|
| Returns |
|