+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "NullValueMode"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## NullValueMode enum
### NullValueMode enum
Signature
```typescript
export declare enum NullValueMode
```
Import
```typescript
import { NullValueMode } from '@grafana/data';
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| AsZero | "null as zero"
| |
| Ignore | "connected"
| |
| Null | "null"
| |