ITimelineDataProvider members
This interface is used to provide data for the timeline through any connected
The ITimelineDataProvider type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
DependantJSFileName | The JS file name/path that contains the implementation of the object |
![]() |
DependantJSType | For ScriptOnDemand purposes, the name of the type to ensure exists |
![]() |
JSDataSourceId | Name of the javascript object |
![]() |
TimelineDataProviderStartupScript | Block of script that the provider may need run |
![]() |
TimelineMinHeight | Minimun height (in pixels) the timeline should have |
![]() |
TimelineType | Name of the type of timeline (connected or task list for now) |
Top