docs » cp.apple.finalcutpro.timeline.IndexMode
Timeline Index Mode Radio Group Module.
- Functions - API calls offered directly by the extension
- matches
- Constructors - API calls which return an object, typically one that offers API methods
- IndexMode
- Fields - Variables which can only be accessed from an object returned by a constructor
- captions
- clips
- roles
- tags
| Signature | cp.apple.finalcutpro.timeline.IndexMode.matches(element) -> boolean |
|---|---|
| Type | Function |
| Description | Checks if the element is the IndexMode. |
| Parameters |
|
| Returns |
|
| Signature | cp.apple.finalcutpro.timeline.IndexMode(index) -> cp.apple.finalcutpro.timeline.IndexMode |
|---|---|
| Type | Constructor |
| Description | Creates a new IndexMode instance. |
| Parameters |
|
| Returns |
|
| Signature | cp.apple.finalcutpro.timeline.IndexMode.captions <cp.ui.RadioButton> |
|---|---|
| Type | Field |
| Description | The RadioButton for the "Captions" mode. |
| Signature | cp.apple.finalcutpro.timeline.IndexMode.clips <cp.ui.RadioButton> |
|---|---|
| Type | Field |
| Description | The RadioButton for the "Clips" mode. |
| Signature | cp.apple.finalcutpro.timeline.IndexMode.roles <cp.ui.RadioButton> |
|---|---|
| Type | Field |
| Description | The RadioButton for the "Roles" mode. |
| Signature | cp.apple.finalcutpro.timeline.IndexMode.tags <cp.ui.RadioButton> |
|---|---|
| Type | Field |
| Description | The RadioButton for the "Tags" mode. |