| activeProject | Optional. The ID of the active project |
| drag | Optional. Specifies settings for drag-n-drop |
| history | Optional. Enables/disables managing the history of changes |
| id | Optional. The ID of the To Do List |
| locale | Optional. Applies the necessary locale to the component |
| menu | Optional. Specifies the context menu visibility (if boolean) or configuration parameters (if function) |
| priorities | Optional. Specifies an array of objects containing the priorities data |
| projects | Optional. Specifies an array of project objects to set into the list |
| readonly | Optional. Makes To Do List readonly |
| selected | Optional. An array with IDs of the tasks which need to be selected on initialization of To Do List |
| tags | Optional. An array of hashtags to be shown by default |
| tasks | Required. Specifies an array of task objects to set into the list |
| taskShape | Optional. An object with settings for the appearance of tasks |
| users | Optional. Specifies an array of objects containing the users data |