OneNote.InkStrokePointer interface
Weak reference to an ink stroke object and its content parent.
Remarks
Properties
content |
Represents the ID of the page content object corresponding to this stroke. |
ink |
Represents the ID of the ink stroke. |
Property Details
contentId
Represents the ID of the page content object corresponding to this stroke.
contentId: string;
Property Value
string
Remarks
inkStrokeId
Represents the ID of the ink stroke.
inkStrokeId: string;
Property Value
string