Interface GraphicHitResult

interface GraphicHitResult {
    layerId: string;
    layerIdx: number;
    oid: number;
}

Properties

Properties

layerId: string

layer id of layer the graphic lives in

layerIdx: number

layer index of the layer the graphic lives in

oid: number

graphic Object ID value