# `GSDrawStackFeature.GSDrawStackFeatureStaticComponents`

*Type Property*

Components (excluding smart components) are not converted to paths and instead are maintained.

## Declaration

```swift
static var staticComponents: GSDrawStackFeature { get }
```

```objc
GSDrawStackFeatureStaticComponents
```

```python
GSDrawStackFeatureStaticComponents
```

## Discussion

Supporting this feature requires handling `GSDrawComponentSlice`.

