Drafts Script Reference
    Preparing search index...

    Class TJSTodo

    Represents a Things todo item. Todos can be added a project or directly to a container. See TJSContainer documentation for details on making requests to Things.

    Index

    Constructors

    Properties

    canceled: boolean
    completed: boolean
    deadline: string
    heading: string
    list: string
    listID: string
    notes: string
    tags: string[]
    title: string
    when: string

    Methods

    • Parameters

      • tag: string

      Returns void