As a complex widget, ToDo consists of many stand-alone Webix views with its own API.
You can redefine inner views and also you can work with the specific ToDo settings.
You can use the following settings to provide the basic config of the widget:
webix.ui({
view: "todo",
data: base_data,
users: users,
projects: projects,
});
See the full list of available properties in the API reference.
Use the users property to provide a list of possible assignees for the task.
Each object in the users array should have the following properties: