Link Search Menu Expand Document

Constructor: todoList

Back to constructors index

Attributes:

NameTypeRequired
others_can_appendBoolOptional
others_can_completeBoolOptional
titleTextWithEntitiesYes
listArray of TodoItemYes

Type: TodoList

Example:

$todoList = ['_' => 'todoList', 'others_can_append' => Bool, 'others_can_complete' => Bool, 'title' => TextWithEntities, 'list' => [TodoItem, TodoItem]];