PageReference
Creates a page reference for a given ID (you need to assign an ID to a definition for referencing it). It returns the page number where the ID was found.
constructor(id: string)
new PageReference('page2_id').end;
Types
IPageReference
PageReference properties (extends from IStyleDefinition).
readonly
pageReference:string
;