Your IP : 3.135.201.101


Current Path : /home/lentoinv/covisclubinternational.com/plugins/filterizr/
Upload File :
Current File : /home/lentoinv/covisclubinternational.com/plugins/filterizr/ActiveFilter.d.ts

import { Filter } from './types';
/**
 * ActiveFilter represents the currently active filter over
 * the grid.
 *
 * It can be a plain string value or an array of strings.
 */
export default class ActiveFilter {
    private filter;
    constructor(filter: Filter);
    get(): Filter;
    set(targetFilter: Filter): void;
    toggle(targetFilter: string): void;
    private toggleFilter;
}

?>