# `GSNode.GSNodeSide`

*Enumeration*

A side of a node along a path.

## Declaration

```swift
@frozen enum Side
```

```objc
enum GSNodeSide : uint8_t;
```

```python
GSNodeSide
```

## Topics

### Enumeration Cases

- [`GSNodeSide.GSNodeSideIncoming`](/Core/GlyphsCore/GSNode/GSNodeSide/GSNodeSideIncoming) — The side before the node on the path.
- [`GSNodeSide.GSNodeSideOutgoing`](/Core/GlyphsCore/GSNode/GSNodeSide/GSNodeSideOutgoing) — The side after the node on the path.

