interop.io Technical Reference
Summary
- interop Plugin Options helps to configure interop at design-time
- interop API provides run-time access to interop
interop.io Plugin Options
The InteropIoPluginOptions section of Adaptable Options offers developers optional configuration settings for running the interop Plugin:
| Property | Description | Default |
|---|---|---|
| showAdaptableAlertsAsNotifications | Converts AdapTable Alerts configured to display in popup as Interop Notifications | true |
interop.io API
The InteropioPluginApi section of Adaptable API provides programmatic access to the interop.io plugin.
Accessing the API
Because interop.io is available via a Plugin, the easiest way to access the Api is as follows:
const interopioPluginApi = adaptableApi.pluginsApi.getInteropioPluginApi();API Methods
The available methods in the interopio Plugin Api are as follows:
| Method | Description |
|---|---|
| getPluginOptions() | Retrieves the InteropioPlugOptions provided in interopio Plugin |