Interface TerraDrawSketchFinishContextExperimental

Context passed to terra-draw finish listeners.

interface TerraDrawSketchFinishContext {
    action: string;
    mode: string;
}

Properties

Properties

action: string

The finishing action ("draw", "dragCoordinate", "dragFeature", ...).

mode: string

The terra-draw mode that finished (e.g. "polygon").