Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
45 lines (35 loc) · 3.06 KB

cp.apple.finalcutpro.timeline.IndexClips.Type.md

File metadata and controls

45 lines (35 loc) · 3.06 KB

docs » 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

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.

Methods

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.