OneNote.Interfaces.NoteTagData interface
An interface describing the data returned by calling noteTag.toJSON()
.
Properties
id | Gets the Id of the NoteTag object. Read-only. |
status | Gets the status of the NoteTag object. Read-only. |
type | Gets the type of the NoteTag object. Read-only. |
Property Details
id
Gets the Id of the NoteTag object. Read-only.
id?: string;
Property Value
string
Remarks
status
Gets the status of the NoteTag object. Read-only.
status?: OneNote.NoteTagStatus | "Unknown" | "Normal" | "Completed" | "Disabled" | "OutlookTask" | "TaskNotSyncedYet" | "TaskRemoved";
Property Value
OneNote.NoteTagStatus | "Unknown" | "Normal" | "Completed" | "Disabled" | "OutlookTask" | "TaskNotSyncedYet" | "TaskRemoved"
Remarks
type
Gets the type of the NoteTag object. Read-only.
type?: OneNote.NoteTagType | "Unknown" | "ToDo" | "Important" | "Question" | "Contact" | "Address" | "PhoneNumber" | "Website" | "Idea" | "Critical" | "ToDoPriority1" | "ToDoPriority2";
Property Value
OneNote.NoteTagType | "Unknown" | "ToDo" | "Important" | "Question" | "Contact" | "Address" | "PhoneNumber" | "Website" | "Idea" | "Critical" | "ToDoPriority1" | "ToDoPriority2"
Remarks
Office Add-ins