# Input Model
The Input model is an extension of the Element model where data collection is based on the input value of the element.

`_model` - "input"

Extends - [Element Model](element.md)

## Methods

### setValue(data)
**Auto-Retry Enabled**
Sets the input value for the element.

`@argument data {String}` - The data to be set.