OneNote.Interfaces.InkAnalysisData interface
An interface describing the data returned by calling inkAnalysis.toJSON()
.
Properties
id | Gets the ID of the InkAnalysis object. Read-only. |
page | Gets the parent page object. Read-only. |
Property Details
id
Gets the ID of the InkAnalysis object. Read-only.
id?: string;
Property Value
string
Remarks
page
Gets the parent page object. Read-only.
page?: OneNote.Interfaces.PageData;