# `GSEditViewController reflectSelectedLayerId:`

*Instance Method*

Reflects the Intermediate layer with the given layer ID as selected in the Layers palette without discarding an active interpolation preview.

## Declaration

```swift
func reflectSelectedLayerId(_ layerId: String)
```

```objc
- (void) reflectSelectedLayerId:(NSString *) layerId;
```

```python
reflectSelectedLayerId_(layerId: str)
```

## Discussion

> **See Also**
> [`GSEditViewController reflectSelectedMasterIndex:`](/Core/GlyphsApp/GSEditViewController/reflectSelectedMasterIndex:)

