Methods
getEndTime
Defined in model/activity.model.ts:39
Returns number
the activity end time
getId
Defined in model/activity.model.ts:23
Returns string
the unique activity ID
getName
Defined in model/activity.model.ts:15
Returns string
the name of the activity
getStartTime
Defined in model/activity.model.ts:31
Returns number
the activity start time
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Type alias with type parameter
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
Activities represent objects that will be displayed below the timeline in the graphics view of the Gantt chart control. Activities can be added to a specific layer on a row by calling
Row.addActivity(Layer, Activity)
.1.0