UNPKG

@adaptabletools/adaptable

Version:

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

10 lines (9 loc) 176 B
/** * Provides run-time access to the Settings Panel **/ export interface DataImportApi { /** * Opens the Data Import Wizard */ openImportWizard(): void; }