OneNote.Interfaces.PointData interface
An interface describing the data returned by calling point.toJSON()
.
Property Details
id
Gets the ID of the Point object. Read-only.
id?: string;
Property Value
string
Remarks
x
x?: number;
Property Value
number
y
y?: number;
Property Value
number