RAMP4 - v4.21.0
    Preparing search index...

    Interface IdentifyParameters

    interface IdentifyParameters {
        geometry: BaseGeometry;
        hitTest?: Promise<GraphicHitResult[]>;
        sublayerIds?: (string | number)[];
        tolerance?: number;
    }
    Index

    Properties

    geometry: BaseGeometry
    hitTest?: Promise<GraphicHitResult[]>
    sublayerIds?: (string | number)[]
    tolerance?: number