# `GSAnnotationType`

*Enumeration*

The Type of the annotation

## Declaration

```swift
enum GSAnnotationType
```

```objc
enum GSAnnotationType : uint8_t;
```

```python
GSAnnotationType
```

## Topics

### Enumeration Cases

- [`GSAnnotationType.GSAnnotationTypeArrow`](/Core/GlyphsCore/GSAnnotationType/GSAnnotationTypeArrow) — Arrow
- [`GSAnnotationType.GSAnnotationTypeCircle`](/Core/GlyphsCore/GSAnnotationType/GSAnnotationTypeCircle) — Circle
- [`GSAnnotationType.GSAnnotationTypeMinus`](/Core/GlyphsCore/GSAnnotationType/GSAnnotationTypeMinus) — Minus
- [`GSAnnotationType.GSAnnotationTypePlus`](/Core/GlyphsCore/GSAnnotationType/GSAnnotationTypePlus) — Plus
- [`GSAnnotationType.GSAnnotationTypeSelect`](/Core/GlyphsCore/GSAnnotationType/GSAnnotationTypeSelect) — The tool is in Selection mode
- [`GSAnnotationType.GSAnnotationTypeText`](/Core/GlyphsCore/GSAnnotationType/GSAnnotationTypeText) — Text

