UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

29 lines (28 loc) 726 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 n; get name(): string; set name(a: string); private o; get title(): string; set title(a: string); private i; get index(): number; set index(a: number); private m; get memberPathType(): string; set memberPathType(a: string); private l; get memberPath(): string; set memberPath(a: string); }