igniteui-react-core
Version:
Ignite UI React Core.
19 lines (18 loc) • 561 B
TypeScript
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);
}