draw
draw: null | Draw = null
drawingSource
drawingSource: VectorSource<Feature<Geometry>>
featuresMap
featuresMap: Map<string, { feature: Feature<Geometry>; shape: DrawingShape }> = ... fixedLength
fixedLength: number = 0
modifiableFeatures
modifiableFeatures: Collection<Feature<Geometry>> = ...
modify
modify: null | Modify = null
snap
snap: null | Snap = null