# `GSInstance tempDataForKey:`

*Instance Method*

Returns the value for the specified key in tempData.

## Declaration

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

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

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

## Parameters

- `key` — The key.

## Return Value

The value, or nil if not found.

