docs » cp.apple.finalcutpro.timeline.IndexClips.Type
The collection of RadioButtons that allow filtering by Video/Audio/Title.
- Fields - Variables which can only be accessed from an object returned by a constructor
- audio
- titles
- video
- Methods - API calls which can only be made on an object returned by a constructor
- matches
Signature | cp.apple.finalcutpro.timeline.IndexClips.Type.audio <cp.ui.RadioButton> |
---|---|
Type | Field |
Description | The RadioButton for the "Audio" filter. |
Signature | cp.apple.finalcutpro.timeline.IndexClips.Type.titles <cp.ui.RadioButton> |
---|---|
Type | Field |
Description | The RadioButton for the "Titles" filter. |
Signature | cp.apple.finalcutpro.timeline.IndexClips.Type.video <cp.ui.RadioButton> |
---|---|
Type | Field |
Description | The RadioButton for the "Video" filter. |
Signature | cp.apple.finalcutpro.timeline.IndexClips.Type.matches(element) -> boolean |
---|---|
Type | Method |
Description | Checks if the element is the IndexClips.Type group. |
Parameters |
|
Returns |
|