OneNote.Interfaces.FloatingInkLoadOptions interface
Represents a group of ink strokes.
Remarks
Properties
| $all | Specifying |
| id | Gets the ID of the FloatingInk object. Read-only. |
| ink |
Gets the strokes of the FloatingInk object. |
| page |
Gets the PageContent parent of the FloatingInk object. |
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
id
Gets the ID of the FloatingInk object. Read-only.
id?: boolean;
Property Value
boolean
Remarks
inkStrokes
Gets the strokes of the FloatingInk object.
inkStrokes?: OneNote.Interfaces.InkStrokeCollectionLoadOptions;
Property Value
Remarks
pageContent
Gets the PageContent parent of the FloatingInk object.
pageContent?: OneNote.Interfaces.PageContentLoadOptions;