Extensions add specific functionality to Items API. They rely on modules within LT being available.
--
Adds a UI border in between the left and right columns (for items with 2 columns) providing the ability for the end user to resize the layout by dragging the element left or right.
Methods
run()
Sets up an item load listener to add a UI element allowing users to drag to resize the column divider.
Since
- 0.5.0
Example
import { LT } from '@caspingus/lt/src/assessment/index';
LT.init(itemsApp); // Set up LT with the Items API application instance variable
LT.extensions.columnResizer.run();