# `GSComponent makeFirst`

*Instance Method*

Moves the component to the beginning of its containing layer’s shape order.

## Declaration

```swift
func makeFirst()
```

```objc
- (void) makeFirst;
```

```python
makeFirst()
```

## Discussion

The component becomes selected. Does nothing when the component is not contained in its parent layer.

