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"