RAMP4 - v4.23.0-beta
    Preparing search index...

    Interface NewDrawingEventPayload

    interface NewDrawingEventPayload {
        drawing: DrawShapeExportRecord;
        id: string;
        rampGeom: BaseGeometry;
        user: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string
    rampGeom: BaseGeometry
    user: boolean

    True if the user drew it via the tools. False if imported.