Type alias TaskEntry

TaskEntry: { completed?: boolean; task: InlineTypes }

A task in the task list.

Type declaration

  • Optional completed?: boolean

    Indicator of whether the task has been completed or not. Default: false

  • task: InlineTypes

    Inline content for the current task.

Generated using TypeDoc