Manager for the CommandPost Setup Screen.
​plugins.core.setup.panel​
Constants - Useful values which cannot be changed
​DEFAULT_HEIGHT​
​DEFAULT_TITLE​
​DEFAULT_WIDTH​
​enabled​
​FIRST_PRIORITY​
​LAST_PRIORITY​
​visible​
Variables - Configurable values
​onboardingRequired​
​position​
Functions - API calls offered directly by the extension
​addPanel​
​currentPanel​
​delete​
​focus​
​getLabel​
​init​
​injectScript​
​new​
​nextPanel​
​setPanelRenderer​
​show​
​update​
Signature |
|
Type | Constant |
Description | The default panel height. |
Signature |
|
Type | Constant |
Description | The default panel title. |
Signature |
|
Type | Constant |
Description | The default panel width. |
Signature |
|
Type | Constant |
Description | Set to |
Signature |
|
Type | Constant |
Description | The first panel priority. |
Signature |
|
Type | Constant |
Description | The last panel priority. |
Signature |
|
Type | Constant |
Description | A property indicating if the welcome window is visible on screen. |
Signature |
|
Type | Variable |
Description | Set to |
Signature |
|
Type | Variable |
Description | The last known position of the Setup Window as a frame. |
Signature |
|
Type | Function |
Description | Adds the new panel to the manager. Panels are created via the |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | The Current Panel |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Deletes the Setup Panels. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Focuses on the Setup Panels window. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Returns the Webview label. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Initialises the module. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Injects JavaScript into the Setup Panels. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Creates the Setup Panels. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Moves to the next panel. If the window is visible, the panel will be updated. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Sets a Panel Renderer |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Shows the Setup Panels. |
Parameters | ​ |
Returns | ​ |
Signature |
|
Type | Function |
Description | Updates the Setup Panels. |
Parameters | ​ |
Returns | ​ |