RAMP4 - v4.21.0
    Preparing search index...

    Type Alias DrawGraphicLike

    type DrawGraphicLike = {
        attributes?: any;
        geometry?: EsriGeometry | null;
        id?: string;
    }
    Index

    Properties

    attributes?: any
    geometry?: EsriGeometry | null
    id?: string