File

src/models/search-string.interface.ts

Properties

defaultField
defaultField: string
Type : string
fields
fields: TableFilterOption[]
Type : TableFilterOption[]
inputPlaceholder
inputPlaceholder: string
Type : string
selectPlaceholder
selectPlaceholder: string
Type : string
import {TableFilterOption} from "./table-filter-option.interface";

export interface SearchString {
    defaultField: string;
    inputPlaceholder?: string;
    selectPlaceholder?: string;
    fields: Array<TableFilterOption>;
}

results matching ""

    No results matching ""