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

Latest commit

 

History

History
31 lines (23 loc) · 1.83 KB

cp.apple.finalcutpro.timeline.IndexRolesArea.md

File metadata and controls

31 lines (23 loc) · 1.83 KB

docs » cp.apple.finalcutpro.timeline.IndexRolesArea


Represents the list of Roles in the IndexRoles.

API Overview

  • Functions - API calls offered directly by the extension
  • matches
  • Fields - Variables which can only be accessed from an object returned by a constructor
  • list

API Documentation

Functions

Signature cp.apple.finalcutpro.timeline.IndexRolesArea.matches(element) -> boolean
Type Function
Description Checks if the element matches an IndexRolesArea.
Parameters
  • element - The axuielement to check.
Returns
  • true if it matches, otherwise false.

Fields

Signature cp.apple.finalcutpro.timeline.IndexRolesArea.list <cp.ui.Outline>
Type Field
Description The Outline that serves as the list of the scroll area.