# 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

  • audio
  • titles
  • video

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

  • matches

# API Documentation

# Fields

# audio

Signature cp.apple.finalcutpro.timeline.IndexClips.Type.audio <cp.ui.RadioButton>
Type Field
Description The RadioButton for the "Audio" filter.
Notes None
Source src/extensions/cp/apple/finalcutpro/timeline/IndexClips.lua line 126

# titles

Signature cp.apple.finalcutpro.timeline.IndexClips.Type.titles <cp.ui.RadioButton>
Type Field
Description The RadioButton for the "Titles" filter.
Notes None
Source src/extensions/cp/apple/finalcutpro/timeline/IndexClips.lua line 135

# video

Signature cp.apple.finalcutpro.timeline.IndexClips.Type.video <cp.ui.RadioButton>
Type Field
Description The RadioButton for the "Video" filter.
Notes None
Source src/extensions/cp/apple/finalcutpro/timeline/IndexClips.lua line 117

# Methods

# matches

Signature cp.apple.finalcutpro.timeline.IndexClips.Type.matches(element) -> boolean
Type Method
Description Checks if the element is the IndexClips.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/IndexClips.lua line 90