# `GSSelectableElementProtocol.position`

*Instance Property*

The position in layer coordinates.

## Declaration

```swift
var position: NSPoint { get set }
```

```objc
@property (nonatomic, assign) NSPoint position;
```

```python
position() -> NSPoint
setPosition_(position: NSPoint)
```

## See Also

### Editing

- [`GSSelectableElementProtocol.locked`](/Core/GlyphsCore/GSSelectableElementProtocol/locked) — Whether editing operations should leave the object unchanged.

