setItems
Sets the items to the input helper.
Syntax
expression.setItems(items);
expression
- A variable that represents a InputHelper class.
Parameters
Name | Required/Optional | Data type | Default | Description |
---|---|---|---|---|
items | Required | InputHelperItem[] | Defines an array of the {@link global#InputHelperItem InputHelperItem} objects which contain all the items for the input helper. |
Returns
This method doesn't return any data.