Class

DuListItem

DuListItem()

For use with DuScriptUI.
An item in a custom listbox used with DuLibrary.
This is not a real class, and cannot be instanciated.
Use DuScriptUI.library to create a Library.
The Library has a list property which is a ScriptUI ListBox which contains these DuListItem.
DuListItem inherits the Item object from ScriptUI and has all of its properties and methods.
Constructor

# new DuListItem()

Properties:
Name Type Description
data * The data associated with the item, depends on the library object passed to the DuLibrary.
libType string The type of item, one of ['item', 'category', 'parent']
editableData bool Wether this item data can be edited by the user.
editableItem bool Whether this item can be edited by the user.

View Source Duik_api_fordoc.jsxinc, line 15248