# `GSGlyphEditView.activeIndex`

*Instance Property*

The index of the character of the active layer in the string.

## Declaration

```swift
var activeIndex: UInt { get set }
```

```objc
@property (nonatomic) NSUInteger activeIndex;
```

```python
activeIndex() -> int
setActiveIndex_(activeIndex: int)
```

