grafana/docs/sources/packages_api/e2e-selectors/urlselector.md

35 lines
805 B
Markdown
Raw Normal View History

+++
# -----------------------------------------------------------------------
# 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 &#124; FunctionSelector</code> | |
### url property
<b>Signature</b>
```typescript
url: string | FunctionSelector;
```