Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

OneNote.Interfaces.OutlineData interface

Package:
onenote

An interface describing the data returned by calling outline.toJSON().

Remarks

Used by

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

API set: OneNoteApi 1.1

paragraphs

Gets the collection of Paragraph objects in the Outline. Read-only.

paragraphs?: OneNote.Interfaces.ParagraphData[];

Property Value

Remarks

API set: OneNoteApi 1.1


Feedback

Was this page helpful?