OneNote.Interfaces.OutlineData interface
An interface describing the data returned by calling outline.toJSON()
.
Properties
id | Gets the ID of the Outline object. Read-only. |
paragraphs | Gets the collection of Paragraph objects in the Outline. Read-only. |
Property Details
id
Gets the ID of the Outline object. Read-only.
id?: string;
Property Value
string
Remarks
paragraphs
Gets the collection of Paragraph objects in the Outline. Read-only.
paragraphs?: OneNote.Interfaces.ParagraphData[];
Property Value
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins