UNPKG

@adaptabletools/adaptable

Version:

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

7 lines (6 loc) 342 B
import { AdaptableApi } from '../../../types'; import { OnePageAdaptableWizardContextType } from '../../Wizard/OnePageAdaptableWizard'; import { RuleType } from './index'; export declare const isAdaptableRuleValid: (abObject: { Rule?: RuleType; }, api: AdaptableApi, context: OnePageAdaptableWizardContextType<unknown>) => string | true;