#cp.apple.finalcutpro.timeline.IndexClips.Type

The collection of RadioButtons that allow filtering by Video/Audio/Title.


#API Overview

Fields - Variables which can only be accessed from an object returned by a constructor

Methods - API calls which can only be made on an object returned by a constructor


#API Documentation

#Fields

Signaturecp.apple.finalcutpro.timeline.IndexClips.Type.audio <cp.ui.RadioButton>
TypeField
DescriptionThe RadioButton for the "Audio" filter.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexClips.lua line 126

Signaturecp.apple.finalcutpro.timeline.IndexClips.Type.titles <cp.ui.RadioButton>
TypeField
DescriptionThe RadioButton for the "Titles" filter.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexClips.lua line 135

Signaturecp.apple.finalcutpro.timeline.IndexClips.Type.video <cp.ui.RadioButton>
TypeField
DescriptionThe RadioButton for the "Video" filter.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexClips.lua line 117

#Methods

Signaturecp.apple.finalcutpro.timeline.IndexClips.Type.matches(element) -> boolean
TypeMethod
DescriptionChecks if the element is the IndexClips.Type group.
Parameters
  • element - The axuielement to check.
Returns
  • true if it matches, otherwise false.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexClips.lua line 90