UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

21 lines (20 loc) 535 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebFilteringOptionsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private o; get filterKey(): string; set filterKey(a: string); private k; get caseSensitive(): boolean; set caseSensitive(a: boolean); private l; get matchDiacritics(): boolean; set matchDiacritics(a: boolean); }