OneNote.Interfaces.PointData interface
An interface describing the data returned by calling point.toJSON()
.
Properties
id | Gets the ID of the Point object. Read-only. |
x | |
y |
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
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