# `GSPathSegment tempDataForKey:`

*Instance Method*

## Declaration

```swift
func tempData(forKey key: String) -> Any?
```

```objc
- (id) tempDataForKey:(NSString *) key;
```

```python
tempDataForKey_(key: str) -> object
```

