#cp.apple.finalcutpro.timeline.IndexRolesArea

Represents the list of Roles in the IndexRoles.


#API Overview

Functions - API calls offered directly by the extension

Fields - Variables which can only be accessed from an object returned by a constructor


#API Documentation

#Functions

Signaturecp.apple.finalcutpro.timeline.IndexRolesArea.matches(element) -> boolean
TypeFunction
DescriptionChecks if the element matches an IndexRolesArea.
Parameters
  • element - The axuielement to check.
Returns
  • true if it matches, otherwise false.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexRolesArea.lua line 15

#Fields

Signaturecp.apple.finalcutpro.timeline.IndexRolesArea.list <cp.apple.finalcutpro.timeline.IndexRolesList>
TypeField
DescriptionThe IndexRolesList that serves as the list of the scroll area.
NotesNone
Sourcesrc/extensions/cp/apple/finalcutpro/timeline/IndexRolesArea.lua line 32