#cp.apple.finalcutpro.timeline.IndexTags.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.IndexTags.Type.analysisKeywords <cp.ui.RadioButton>
TypeField
DescriptionThe RadioButton for the "Auto-analysis keywords" filter.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 109

Signaturecp.apple.finalcutpro.timeline.IndexTags.Type.chapters <cp.ui.RadioButton>
TypeField
DescriptionThe RadioButton for the "Chapter markers" filter.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 136

Signaturecp.apple.finalcutpro.timeline.IndexTags.Type.completeTodos <cp.ui.RadioButton>
TypeField
DescriptionThe RadioButton for the "Complete todo marker" filter.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 127

Signaturecp.apple.finalcutpro.timeline.IndexTags.Type.incompleteTodos <cp.ui.RadioButton>
TypeField
DescriptionThe RadioButton for the "Incomplete todo marker" filter.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 118

Signaturecp.apple.finalcutpro.timeline.IndexTags.Type.keywords <cp.ui.RadioButton>
TypeField
DescriptionThe RadioButton for the "Keywords" filter.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 100

Signaturecp.apple.finalcutpro.timeline.IndexTags.Type.standardMarkers <cp.ui.RadioButton>
TypeField
DescriptionThe RadioButton for the "Show standard markers" filter.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 91

#Methods

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