Interface JQuerySuccessEventParams

interface JQuerySuccessEventParams {
    enteredData: any;
    groupId: string;
    id: string;
    layerId: JId;
    maxResults: number;
    maxScale: number;
    name: string;
    returnedFeatures: Feature<Geometry, GeoJsonProperties>[];
}

Hierarchy (view full)

Properties

enteredData: any
groupId: string
id: string
layerId: JId
maxResults: number
maxScale: number
name: string
returnedFeatures: Feature<Geometry, GeoJsonProperties>[]