| data | JavaScript array containing data for the component |
| dataFeed | alternative data source for filtered and bound data |
| datathrottle | sets the polling interval (the time period between the completion of a network request and the next request for data) |
| datatype | the type of loaded data |
| ready | the event handler is called just after the component has been completely initialized |
| removeMissed | defines how to treat items in case of reloading |
| save | defines URLs for data saving |
| scheme | defines schemes for data processing |
| url | the URL which the component will use to load data after its initialization |