Interface JQueryBeforeEventParams

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

Hierarchy (view full)

Properties

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