The Timeline is a widget for displaying and controlling the current scene time.
    
    
    
    
    
    
        
| Name | Type | Description | 
|---|---|---|
| container | Element | The parent HTML container node for this widget. | 
| clock | Clock | The clock to use. | 
Members
Methods
- 
    
    Destroys the widget. Should be called if permanently removing the widget from layout.
- 
    
    
    
    
    
    
    
    
    
    
    Returns:true if the object has been destroyed, false otherwise.
- 
    
    Resizes the widget to match the container size.
- 
    
    Sets the view to the provided times.Name Type Description startTimeJulianDate The start time. stopTimeJulianDate The stop time. 
