# 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

  • analysisKeywords
  • chapters
  • completeTodos
  • incompleteTodos
  • keywords
  • standardMarkers

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

  • matches

# API Documentation

# Fields

# analysisKeywords

Signature cp.apple.finalcutpro.timeline.IndexTags.Type.analysisKeywords <cp.ui.RadioButton>
Type Field
Description The RadioButton for the "Auto-analysis keywords" filter.
Notes None
Source src/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 109

# chapters

Signature cp.apple.finalcutpro.timeline.IndexTags.Type.chapters <cp.ui.RadioButton>
Type Field
Description The RadioButton for the "Chapter markers" filter.
Notes None
Source src/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 136

# completeTodos

Signature cp.apple.finalcutpro.timeline.IndexTags.Type.completeTodos <cp.ui.RadioButton>
Type Field
Description The RadioButton for the "Complete todo marker" filter.
Notes None
Source src/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 127

# incompleteTodos

Signature cp.apple.finalcutpro.timeline.IndexTags.Type.incompleteTodos <cp.ui.RadioButton>
Type Field
Description The RadioButton for the "Incomplete todo marker" filter.
Notes None
Source src/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 118

# keywords

Signature cp.apple.finalcutpro.timeline.IndexTags.Type.keywords <cp.ui.RadioButton>
Type Field
Description The RadioButton for the "Keywords" filter.
Notes None
Source src/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 100

# standardMarkers

Signature cp.apple.finalcutpro.timeline.IndexTags.Type.standardMarkers <cp.ui.RadioButton>
Type Field
Description The RadioButton for the "Show standard markers" filter.
Notes None
Source src/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 91

# Methods

# matches

Signature cp.apple.finalcutpro.timeline.IndexTags.Type.matches(element) -> boolean
Type Method
Description Checks if the element is the IndexTags.Type group.
Parameters
  • element - The axuielement to check.
Returns
  • true if it matches, otherwise false.
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/timeline/IndexTags.lua line 67