# `GSNode elementDidChange:`

*Instance Method*

Notifies the path that the node changed.

## Declaration

```swift
func elementDidChange(_ element: Any)
```

```objc
- (void) elementDidChange:(id) element;
```

```python
elementDidChange_(element: object)
```

## See Also

### Path API

- [`GSNode makeNodeFirst`](/Core/GlyphsCore/GSNode/makeNodeFirst) — Makes the node the start node of its path.

