Interface IFilter

interface IFilter {
    getColumnName(): string;
    getFilterType(): IFilterType;
    getURLParameterName(dataRegionName?): string;
    getURLParameterValue(): any;
    getValue(): any;
}

Implemented by

Methods

Generated using TypeDoc