Todo

Todo

Class to create a Todo Object

Constructor

new Todo(TodoInfo)

Source:
Parameters:
Name Type Description
TodoInfo Object

Information about the todo

Members

id

Source:
Properties:
Name Type Description
id number

Todo id

content

Source:
Properties:
Name Type Description
content string

Todo content

isCompleted

Source:
Properties:
Name Type Description
isCompleted boolean

Todo is complete

category

Source:
Properties:
Name Type Description
category string

Todo category

tags

Source:
Properties:
Name Type Description
tags Array.<Tag>

todo tag