UNPKG

igniteui-webcomponents-charts

Version:

Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.

15 lines (14 loc) 370 B
import { Base, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class FilterStringErrorsParsingEventArgs extends Base { static $t: Type; constructor(); private _propertyName; get propertyName(): string; set propertyName(a: string); private _errors; get errors(): string; set errors(a: string); }