OneNote.Interfaces.NoteTagData interface

一个描述通过调用 noteTag.toJSON()返回的数据的接口。

注解

使用方

属性

id

获取 NoteTag 对象的 ID。 只读。

status

获取 NoteTag 对象的状态。 只读。

type

获取 NoteTag 对象的类型。 只读。

属性详细信息

id

获取 NoteTag 对象的 ID。 只读。

id?: string;

属性值

string

注解

API 集:OneNoteApi 1.1

status

获取 NoteTag 对象的状态。 只读。

status?: OneNote.NoteTagStatus | "Unknown" | "Normal" | "Completed" | "Disabled" | "OutlookTask" | "TaskNotSyncedYet" | "TaskRemoved";

属性值

OneNote.NoteTagStatus | "Unknown" | "Normal" | "Completed" | "Disabled" | "OutlookTask" | "TaskNotSyncedYet" | "TaskRemoved"

注解

API 集:OneNoteApi 1.1

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"

注解

API 集:OneNoteApi 1.1