# `GSHint nodeForIndexPath:unlimited:layer:`

*Type Method*

## Declaration

```swift
class func node(for indexPath: IndexPath, unlimited: Bool, layer: GSLayer) -> GSNode?
```

```objc
+ (GSNode *) nodeForIndexPath:(NSIndexPath *) indexPath unlimited:(BOOL) unlimited layer:(GSLayer *) layer;
```

```python
nodeForIndexPath_unlimited_layer_(indexPath: NSIndexPath, unlimited: bool, layer: GSLayer) -> GSNode
```

