# `GSPluginHandler.customPluginBundles`

*Instance Property*

## Declaration

```swift
var customPluginBundles: [Bundle] { get set }
```

```objc
@property (nonatomic, strong) NSArray<NSBundle *> * customPluginBundles;
```

```python
customPluginBundles() -> list[NSBundle]
setCustomPluginBundles_(customPluginBundles: list[NSBundle])
```

