Returns this ui.data.ActiveList.
Usage | Returns |
---|---|
Linker.insert(index, el) | ui.data.ActiveList |
Argument | Type | Details |
---|---|---|
this: ui.data.activelist | ui.data.ActiveList | The ui.data.ActiveList instance. |
index | Number | The index at which to insert the element. |
el | Object | The element to insert. |