mirror of
https://github.com/grafana/grafana.git
synced 2025-09-28 00:53:43 +08:00
26 lines
628 B
Markdown
26 lines
628 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "hasMsResolution"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## hasMsResolution variable
|
|
|
|
### hasMsResolution variable
|
|
|
|
Checks if series time field has ms resolution
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
hasMsResolution: (timeField: Field) => boolean
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { hasMsResolution } from '@grafana/data';
|
|
```
|