Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

OneNote.Interfaces.PointData interface

Package:
onenote

An interface describing the data returned by calling point.toJSON().

Remarks

Used by

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


Feedback

Was this page helpful?