@mapgear/geoapps > DrawActionType
DrawActionType enum
Draw action types available for draw actions
Signature:export declare enum DrawActionType 
Enumeration Members
| Member | Value | Description | 
|---|---|---|
| BlockLibrary | 30 | Block library | 
| Copy | 5 | Copy | 
| Delete | 6 | Delete | 
| EditAttribute | 4 | Edit attribute | 
| EditFeature | 9 | Edit feature | 
| FieldworkModus | 20 | Fieldwork modus | 
| LineString | 3 | Draw linestring | 
| LineStringFree | 10 | Freehand draw linestring | 
| None | 0 | None | 
| Point | 2 | Draw point | 
| Polygon | 1 | Draw polygon | 
| PolygonFree | 7 | Freehand draw polygon | 
| Transform | 8 | Transform feature |