# 
        cp.apple.finalcutpro.timeline.Timeline
    
Timeline Module.
The timeline module provides an interface to the Final Cut Pro timeline.
It delegates to the contents property, so any functions which can be called
on the contents property can be called on the Timeline module.
        # 
        API Overview
    
Functions - API calls offered directly by the extension
- matches 
- matchesMain 
Constructors - API calls which return an object, typically one that offers API methods
- Timeline 
Fields - Variables which can only be accessed from an object returned by a constructor
- contents 
- effects 
- index 
- isFocused 
- isOnPrimary 
- isOnSecondary 
- isPlaying 
- isShowing 
- mainUI 
- rangeSelected 
- speedPopover 
- title 
- toolbar 
- transitions 
Methods - API calls which can only be made on an object returned by a constructor
- app 
- doHide 
- doOpenProject 
- doShowOnPrimary 
- doShowOnSecondary 
- hide 
- show 
- showOnPrimary 
- showOnSecondary 
