# 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

# matches

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.
Notes None
Examples None
Source src/extensions/cp/apple/finalcutpro/timeline/IndexRolesArea.lua line 15

# Fields

# list

Signature cp.apple.finalcutpro.timeline.IndexRolesArea.list <cp.apple.finalcutpro.timeline.IndexRolesList>
Type Field
Description The IndexRolesList that serves as the list of the scroll area.
Notes None
Source src/extensions/cp/apple/finalcutpro/timeline/IndexRolesArea.lua line 32