mirror of https://github.com/grafana/grafana.git
35 lines
805 B
Markdown
35 lines
805 B
Markdown
|
+++
|
||
|
# -----------------------------------------------------------------------
|
||
|
# Do not edit this file. It is automatically generated by API Documenter.
|
||
|
# -----------------------------------------------------------------------
|
||
|
title = "UrlSelector"
|
||
|
keywords = ["grafana","documentation","sdk","@grafana/e2e-selectors"]
|
||
|
type = "docs"
|
||
|
+++
|
||
|
|
||
|
## UrlSelector interface
|
||
|
|
||
|
<b>Signature</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface UrlSelector extends Selectors
|
||
|
```
|
||
|
<b>Import</b>
|
||
|
|
||
|
```typescript
|
||
|
import { UrlSelector } from '@grafana/e2e-selectors';
|
||
|
```
|
||
|
<b>Properties</b>
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [url](#url-property) | <code>string | FunctionSelector</code> | |
|
||
|
|
||
|
### url property
|
||
|
|
||
|
<b>Signature</b>
|
||
|
|
||
|
```typescript
|
||
|
url: string | FunctionSelector;
|
||
|
```
|