Update to FilterGroup
This commit is contained in:
parent
90809dce53
commit
f957fc93e1
@ -2,7 +2,9 @@ import { NestedFilter } from './nested-filter.model';
|
|||||||
import { TemplateRef } from '@angular/core';
|
import { TemplateRef } from '@angular/core';
|
||||||
|
|
||||||
export interface FilterGroup {
|
export interface FilterGroup {
|
||||||
|
|
||||||
filters: NestedFilter[];
|
filters: NestedFilter[];
|
||||||
|
|
||||||
readonly slug: string;
|
readonly slug: string;
|
||||||
readonly label?: string;
|
readonly label?: string;
|
||||||
readonly icon?: string;
|
readonly icon?: string;
|
||||||
@ -11,4 +13,5 @@ export interface FilterGroup {
|
|||||||
readonly checker: Function;
|
readonly checker: Function;
|
||||||
readonly matchAll?: boolean;
|
readonly matchAll?: boolean;
|
||||||
readonly checkerArgs?: any[];
|
readonly checkerArgs?: any[];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user