+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "StringSelector"
keywords = ["grafana","documentation","sdk","@grafana/e2e-selectors"]
type = "docs"
+++
## StringSelector type
### StringSelector type
Signature
```typescript
export declare type StringSelector = string;
```
Import
```typescript
import { StringSelector } from '@grafana/e2e-selectors';
```