setItems
function setItems(items: InputHelperItem[]): void
Description
Sets the items to the input helper.
Parameters
- items
InputHelperItem[]
Defines an array of the {@link global#InputHelperItem InputHelperItem} objects which contain all the items for the input helper.
Returns
void