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()
Extension constructor.
Since
- 2.25.0
Example
import { LT } from '@caspingus/lt/src/authoring/index';
LT.init(authorApp); // Set up LT with the Author API application instance variable
LT.extensions.nativeTabs.run();