UNPKG

ngx-dynamic-dashboard

Version:
22 lines (21 loc) 683 B
import { TemplateRef } from '@angular/core'; import { Facet } from '../facet/facet-model'; export declare class DataListComponent { objectList: any[]; objectTitleList: string[]; placeHolderText: string; layoutColumnOneWidth: string; layoutColumnTwoWidth: string; listHeader: string; typeAheadIsInMenu: boolean; facetTags: Array<Facet>; template: TemplateRef<any>; color: string; objectListCopy: any[]; filterListByTags(filterList: string[]): void; filterListBySearchString(searchString: string): void; /** * todo - find a better way to manage the list that is displayed and filtered. */ copyObjectList(): void; }