UNPKG

ng2-qgrid

Version:
14 lines (11 loc) 304 B
import { ColumnModel } from '../column-type/column.model'; import { Model } from '../infrastructure/model'; import { Command } from '../command/command'; /** * > Under Construction. */ export class FilterView { constructor(model: Model); filter: Command<any>; has(column: ColumnModel): boolean; }