# getTodoChanges

State Resource

This is a State Resource as provided by the tymly-cardscript-plugin plugin.

# Purpose

Get a list of todo-list entries that need adding/removing from the client store

# Usage

# Example

{
  "GetTodoChanges": {
    "Type": "Task",
    "Resource": "module:getTodoChanges",
    "InputPath": "$",
    "End": true
  }
}

# Options

# Optional properties

# clientTodos

An array of all the todo-executions that are currently stored on the client device.

  • Type: string
Last Updated: 9/10/2023, 11:30:14 AM