Interface JMapAttributeSearch

interface JMapAttributeSearch {
    attributeName: string;
    attributeValue: any;
    layerId: JId;
    showMapPopup?: boolean;
}

Properties

attributeName: string
attributeValue: any
layerId: JId
showMapPopup?: boolean