To get full access to the Kademi Hub existing customers can login here, or new customers can register here.
Holds the JavaScript function a repository app registers to contribute stream items to a profile's or an organisation's timeline. Created by ControllerMappingList.setUserTimelineFunction and setOrgTimelineFunction, and read back when the timeline is rendered so the function can be invoked with the page, the current user and the list to add items to.
Properties
| Property | Returns | Description |
|---|---|---|
| function | Object | The registered timeline function, given either as a function name or as an actual JavaScript function. |
Methods
getFunction()
Returns: Object
The registered timeline function, given either as a function name or as an actual JavaScript function.