# `GSSimpleGlyphGridView.lastClickedIndexPath`

*Instance Property*

## Declaration

```swift
var lastClickedIndexPath: IndexPath? { get set }
```

```objc
@property (nonatomic, strong) NSIndexPath * lastClickedIndexPath;
```

```python
lastClickedIndexPath() -> NSIndexPath
setLastClickedIndexPath_(lastClickedIndexPath: NSIndexPath)
```

