GetPM Method for Physical Renderers

The GetPM method returns a presentation model instance. It uses the following syntax:

GetPM() 

It includes no arguments.

For example, the jqmlistrenderer.js file includes the following code:

var listOfColumns = this.GetPM().Get("ListOfColumns"); 

For information about: