RAMP4 - v4.21.0
    Preparing search index...
    • Attempts to find an Attribute mapping pair for an attribute belonging to a layer in a grid

      Parameters

      • layerCols: Record<string, AttributeMapPair[]>

        a lookup, keyed by layerId, containing attribute map pairs for each layer

      • layerId: string

        the layer we are interested in

      • attribName: string

        the attribute name we are interested. Will match on grid or layer definition.

      Returns AttributeMapPair | undefined

      the matching pair object if found, undefined otherwise