| animate | defines the type of animation, with which the view is shown, if it is a Multiview cell |
| borderless | used to hide the component borders |
| container | an HTML container (or its ID) where the component should be initialized |
| css | the name of the CSS class that will be applied to the view container or the object with styles |
| disabled | indicates whether an item is enabled |
| gravity | sets the view gravity |
| height | sets the height of the component |
| hidden | defines whether the view will be hidden initially |
| id | the ID of a widget |
| keyPressTimeout | a delay between the key press and the action |
| left | sets the left position of the step |
| maxHeight | sets the maximum height for the view |
| maxWidth | sets the maximum width for the view |
| minHeight | sets the minimal height for the view |
| minWidth | sets the minimal width for the view |
| nextButton | sets the Next button or changes its name |
| on | allows attaching custom handlers to inner events of the component |
| prevButton | sets the Previous button or changes its name |
| stepTimeout | time of a step displaying before showing the next one |
| steps | an array of objects that define the look and behavior on each of the steps |
| top | sets the top position of the step |
| width | sets the width of a widget |