UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

26 lines (25 loc) 659 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class SeriesMatcherDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; private static __marshalByValue; private static __marshalByValueAlias; constructor(); private q; get title(): string; set title(a: string); private l; get index(): number; set index(a: number); private p; get memberPathType(): string; set memberPathType(a: string); private o; get memberPath(): string; set memberPath(a: string); }