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) 274 B
/** * Options for using the Interop plugin */ export interface InteropioPluginOptions { /** * Converts AdapTable Alerts configured to display in popup as Interop Notifications * @defaultValue true */ showAdaptableAlertsAsNotifications?: boolean; }