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) 280 B
import { AdaptableApi, AdaptablePredicateDef, ColumnScope } from '../../../types'; import { AlertType } from './getAlertType'; export declare const getAvailablePredicateDefinitions: (api: AdaptableApi, scope: ColumnScope, alertType: AlertType) => AdaptablePredicateDef<string>[];