Interface JLayerSearchByAttributesParams

interface JLayerSearchByAttributesParams {
    attributeName: string;
    attributeValue: any;
    layerId: JId;
    projectionCode?: string;
}

Properties

attributeName: string
attributeValue: any
layerId: JId
projectionCode?: string