| Property | Description | Returns | 
|---|---|---|
| fileInput | Returns whether current step has InputFile. This method can be used to decide whether to add `enctype="multipart/form-data"` to form. | bool | 
| id | int | |
| type | string | |
| name | string | |
| position | int | |
| created | Date the record was created. | DateTime | 
| modified | Last modification date for the record. | DateTime | 
| revision | FormRevision | |
| submissions | Collection (StepSubmission) | |
| elements | Collection (BaseElement) | |
| settings | array | 
Forms\Models\Api\Step
Step