UNPKG

@adaptabletools/adaptable

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

11 lines (10 loc) 320 B
import { InteropioPluginOptions } from '../AdaptableOptions/InteropioPluginOptions'; /** * Provides run-time access to the Interopio Plugin */ export interface InteropioPluginApi { /** * Retrieves the InteropioPlugOptions provided in interopio Plugin */ getPluginOptions(): InteropioPluginOptions; }