UNPKG

igniteui-react-core

Version:
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); }