interface Filter { key: string; labelFunction?: Function; valueFunction?: Function; order: number; multiple: boolean; options: DropListOption