OneNote.Interfaces.NoteTagData interface
一个接口,用于描述通过调用 noteTag.toJSON()
返回的数据。
属性
id | 获取 NoteTag 对象的 ID。 此为只读属性。 |
status | 获取 NoteTag 对象的状态。 此为只读属性。 |
type | 获取 NoteTag 对象的类型。 此为只读属性。 |
属性详细信息
id
status
获取 NoteTag 对象的状态。 此为只读属性。
status?: OneNote.NoteTagStatus | "Unknown" | "Normal" | "Completed" | "Disabled" | "OutlookTask" | "TaskNotSyncedYet" | "TaskRemoved";
属性值
OneNote.NoteTagStatus | "Unknown" | "Normal" | "Completed" | "Disabled" | "OutlookTask" | "TaskNotSyncedYet" | "TaskRemoved"
注解
type
获取 NoteTag 对象的类型。 此为只读属性。
type?: OneNote.NoteTagType | "Unknown" | "ToDo" | "Important" | "Question" | "Contact" | "Address" | "PhoneNumber" | "Website" | "Idea" | "Critical" | "ToDoPriority1" | "ToDoPriority2";
属性值
OneNote.NoteTagType | "Unknown" | "ToDo" | "Important" | "Question" | "Contact" | "Address" | "PhoneNumber" | "Website" | "Idea" | "Critical" | "ToDoPriority1" | "ToDoPriority2"