Learnosity Toolkit app module.
Members
ROUTED_EVENTS
Events to route through the LT event bus. Critical events are buffered if they fire before extensions are ready.
Methods
annotationsApp() → {object|null}
The Annotations API app instance, or null if not loaded.
- Since
- 0.1.0
- Returns:
- object |
null
assessApp() → {object|null}
The Assess API app instance, or null if not loaded.
- Since
- 0.1.0
- Returns:
- object |
null
eventsApp() → {object|null}
The Events API app instance, or null if not loaded.
- Since
- 0.1.0
- Returns:
- object |
null
itemsApp() → {object}
Returns the Items API app instance that the host page declared.
- Since
- 0.1.0
- Returns:
- object
questionsApp() → {object|null}
The Questions API app instance, or null if not loaded.
- Since
- 0.1.0
- Returns:
- object |
null