EMBED Object Functions
This topic introduces a set of methods that plug-in developers can use to create their own custom plugins.
Proficy Operations Hub includes a JavaScript API, which allows developers to create custom controls that can be imported into the application. These custom controls can interact with any data that is available within Operations Hub. The API provides access to end-user configurable settings and bi-directional data transfer.
Core Functionality
Useful for basic operations across the application:
Themes and Styles
Help to customize the look and feel of the user interface:
Actions/Commands
Page Information
Data Access
Useful for working with the data source and data target fields:
- EMBED.fieldTypeIsQuery
- EMBED.fieldTypeIsGlobal
- EMBED.fieldTypeIsFormula
- EMBED.getGlobalData
- EMBED.getFormulaData
- EMBED.subscribeFieldToFormulaChange
- EMBED.subscribeFieldToGlobalChange (field, callback)
- EMBED.subscribeFieldToQueryChange (field, callback)
- EMBED.getQueryOutput (field)
- EMBED.submitTarget (field, value)