docs » plugins.core.setup.panel
CommandPost Setup Window Panel.
- Functions - API calls offered directly by the extension
- panelCount
- panelNumber
- panelQueue
- Constructors - API calls which return an object, typically one that offers API methods
- new
- Methods - API calls which can only be made on an object returned by a constructor
- addButton
- addCheckbox
- addContent
| Signature | plugins.core.setup.panelCount() -> number |
|---|---|
| Type | Function |
| Description | The number of panels currently being processed in this session. |
| Parameters |
|
| Returns |
|
| Signature | plugins.core.setup.panelNumber() -> number |
|---|---|
| Type | Function |
| Description | The number of the panel currently being viewed. |
| Parameters |
|
| Returns |
|
| Signature | plugins.core.setup.panelQueue() -> table of panels |
|---|---|
| Type | Function |
| Description | The table of panels remaining to be processed. Panels are removed from the queue |
| Parameters |
|
| Returns |
|
| Signature | plugins.core.setup.panel.new(id, priority) -> plugins.core.setup.panel |
|---|---|
| Type | Constructor |
| Description | Constructs a new panel with the specified priority and ID. |
| Parameters |
|
| Signature | plugins.core.setup.panel:addButton(params) -> panel |
|---|---|
| Type | Method |
| Description | Adds a button with the specified priority and parameters. |
| Parameters |
|
| Returns |
|
| Notes |
|
| Signature | plugins.core.setup.panel:addCheckbox(params) -> panel |
|---|---|
| Type | Method |
| Description | Adds a checkbox to the panel with the specified priority and params. |
| Parameters |
|
| Returns |
|
| Notes |
|
| Signature | plugins.core.setup.panel:addContent(content) -> panel |
|---|---|
| Type | Method |
| Description | Adds the specified content to the panel, with the specified priority order. |
| Parameters |
|
| Returns |
|