OneNote.Interfaces.ApplicationData interface
An interface describing the data returned by calling application.toJSON()
.
Properties
notebooks | Gets the collection of notebooks that are open in the OneNote application instance. In OneNote Online, only one notebook at a time is open in the application instance. Read-only. |
Property Details
notebooks
Gets the collection of notebooks that are open in the OneNote application instance. In OneNote Online, only one notebook at a time is open in the application instance. Read-only.
notebooks?: OneNote.Interfaces.NotebookData[];