UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

19 lines (18 loc) 561 B
import { Description } from "./Description"; import { ShapefileRecordDescription } from "./ShapefileRecordDescription"; import { Type } from "./type"; /** * @hidden */ export declare class ShapeFilterRecordEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private h; get record(): ShapefileRecordDescription; set record(a: ShapefileRecordDescription); private j; get shouldInclude(): boolean; set shouldInclude(a: boolean); }