Please use the ApplicationService from the API to get information on Application Nodes
Example
// in program presenter this.presenterAPI.applicationService.getApplicationNode(ApplicationNodeType.FRAMES) // in program behavior constapi = newProgramAPI(self); api.applicationService.getApplicationNode(ApplicationNodeType.FRAMES) // in application behavior constapi = newApplicationAPI(self); api.applicationService.getApplicationNode(ApplicationNodeType.FRAMES)
Deprecated
Please use the ApplicationService from the API to get information on Application Nodes
Example