docs » plugins.core.preferences.manager.panel
CommandPost Preferences Panel.
- Constants - Useful values which cannot be changed
- DEFAULT_PRIORITY
- HANDLER_PRIORITY
- 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
- addCheckbox
- addContent
| Signature | plugins.core.preferences.manager.panel.DEFAULT_PRIORITY |
|---|---|
| Type | Constant |
| Description | The default priority for panels. |
| Signature | plugins.core.preferences.manager.panel.HANDLER_PRIORITY |
|---|---|
| Type | Constant |
| Description | The default priority for handler scripts. |
| Signature | plugins.core.preferences.manager.panel.new(priority, id) -> cp.core.preferences.manager.panel |
|---|---|
| Type | Constructor |
| Description | Constructs a new panel with the specified priority and ID. |
| Parameters |
|
| Signature | plugins.core.preferences.manager.panel:addCheckbox(priority, params) -> panel |
|---|---|
| Type | Method |
| Description | Adds a checkbox to the panel with the specified priority and params. |
| Parameters |
|
| Returns |
|
| Notes |
|
| Signature | plugins.core.preferences.manager.panel:addContent(priority, content, unescaped) -> panel |
|---|---|
| Type | Method |
| Description | Adds the specified content to the panel, with the specified priority order. |
| Parameters |
|
| Returns |
|