Extensions/Authoring/nativeTabs

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.

Since
2.26.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();
Parameters:
Name Type Attributes Description
options object <optional>

Override for maxTabs (value between 2 and 10). Default is 5.