Extensions add specific functionality to Learnosity APIs. They rely on modules within LT being available.
--
Adds the ability for authors to add more native column tabs than is currently possible today in the Layout area.
Methods
run(optionsopt)
Extension constructor.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
options | object | <optional> | Override for |
- Since
- 2.26.0
Example
import { LT } from '@caspingus/lt/authoring';
LT.init(authorApp); // Set up LT with the Author API application instance variable
LT.extensions.nativeTabs.run();