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

[ API set: OneNoteApi 1.9 ]

x

x?: number;

Property Value

number

y

y?: number;

Property Value

number