mirror of https://github.com/grafana/grafana.git
24 lines
583 B
Markdown
24 lines
583 B
Markdown
|
+++
|
||
|
# -----------------------------------------------------------------------
|
||
|
# 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
|
||
|
|
||
|
<b>Signature</b>
|
||
|
|
||
|
```typescript
|
||
|
export declare type StringSelector = string;
|
||
|
```
|
||
|
<b>Import</b>
|
||
|
|
||
|
```typescript
|
||
|
import { StringSelector } from '@grafana/e2e-selectors';
|
||
|
```
|