OneNote.Interfaces.FloatingInkData interface
An interface describing the data returned by calling floatingInk.toJSON()
.
Properties
id | Gets the ID of the FloatingInk object. Read-only. |
ink |
Gets the strokes of the FloatingInk object. Read-only. |
Property Details
id
Gets the ID of the FloatingInk object. Read-only.
id?: string;
Property Value
string
Remarks
inkStrokes
Gets the strokes of the FloatingInk object. Read-only.
inkStrokes?: OneNote.Interfaces.InkStrokeData[];
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