Interface JQueryErrorEventParams

interface JQueryErrorEventParams {
    enteredData: any;
    error: string;
    groupId: string;
    id: string;
    layerId: JId;
    maxResults: number;
    maxScale: number;
    name: string;
}

Hierarchy (view full)

Properties

enteredData: any
error: string
groupId: string
id: string
layerId: JId
maxResults: number
maxScale: number
name: string