UNPKG

@adaptabletools/adaptable

Version:

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

4 lines (3 loc) 316 B
import { AdaptableApi, AlertDefinition } from '../../../types'; import { OnePageAdaptableWizardContextType } from '../../Wizard/OnePageAdaptableWizard'; export declare const isValidAlertRules: (alert: AlertDefinition, api: AdaptableApi, context: OnePageAdaptableWizardContextType<AlertDefinition>) => true | string;