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.
Parameters:
Name | Type | Attributes | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
options | object | <optional> | Object of configuration options. Properties
|
Example
const options = {
maxTabs: 5
}
LT.init(authorApp, {
extensions: [
{ id: 'nativeTabs', args: options },
],
});