# `GSInspectorViewControllerDelegate panelInspectorsForLayer:`

*Instance Method*

used form the Edit View

## Declaration

```swift
func panelInspectors(for layer: GSLayer?) -> [Any]?
```

```objc
- (NSArray *) panelInspectorsForLayer:(GSLayer *) layer;
```

```python
panelInspectorsForLayer_(layer: GSLayer) -> list
```

