# `GSElement elementString`

*Instance Method*

A concise textual representation of the element.

## Declaration

```swift
func elementString() -> String
```

```objc
- (NSString *) elementString;
```

```python
elementString() -> str
```

