Plugins API
Provides access to the Plugins functionality of AdapTable - currently 8 in total including Charting and Finance and with more to come in due course.
tip
Use this api to get hold of the api for any plugins (i.e. for ipushpull, OpenFin etc)
For instance, to get the ipushpull API object:
const ipushpullApi: IPushPullApi = adaptableApi.pluginsApi.getPluginApi('ipushpull');