Plugin Object Definition

Before Open Client can use a plugin object, it must be informed about the plugin. All plugins are referenced by a unique name that is either fixed or defined in the PROIV development environment. This unique name is used to access an Object Definition File on the server. The Object Definition File informs Open Client what resources the plugin needs, and the name of the constructor function that can be used to create an instance of the plugin. The unique name is also used to locate the definition object once the Object Definition File has been loaded.

Object Definition Files have an extension of .json and are held in the application appObjects folder on the server. An application should have its definition files and any resources in the appObjects folder.

Comment on this topic

Topic ID: 800072