OneNote.Interfaces.PageUpdateData interface     
An interface for updating data on the Page object, for use in page.set({ ... }).
Properties
| ink | Text interpretation for the ink on the page. Returns null if there is no ink analysis information. Read-only. | 
| page | Gets or sets the indentation level of the page. | 
| title | Gets or sets the title of the page. | 
Property Details
		inkAnalysisOrNull
	  
	Text interpretation for the ink on the page. Returns null if there is no ink analysis information. Read-only.
inkAnalysisOrNull?: OneNote.Interfaces.InkAnalysisUpdateData;Property Value
Remarks
		pageLevel
	 
	Gets or sets the indentation level of the page.
pageLevel?: number;Property Value
number
Remarks
title
Gets or sets the title of the page.
title?: string;Property Value
string