Class: Todo

Todo()

new Todo()

할 일

Properties:
Name Type Attributes Description
id number

아이디

content string

내용

completed boolean

완료 여부

category string

카테고리

tags Array.<string> <optional>

태그들

Source: