Documentation - v0.27.1
    Preparing search index...

    Interface ActionTodoAppendTasks

    One or more items were added to a todo list

    interface ActionTodoAppendTasks {
        list: RawTodoItem[];
        type: "todo_append_tasks";
    }
    Index

    Properties

    Properties

    list: RawTodoItem[]

    Items that were added to the list

    type: "todo_append_tasks"