# `ApplyAllLayersPathHandler`

*Type Alias*

## Declaration

```swift
typealias ApplyAllLayersPathHandler = ([IndexPath], NSMutableArray, GSLayer) -> Void
```

```objc
typedef void (^)(NSArray<NSIndexPath *> *, NSMutableArray *, GSLayer *) ApplyAllLayersPathHandler;
```

```python
ApplyAllLayersPathHandler
```

