a2d741f60f
* regenerated packages docs. * fixed spelling issues. * fixed spelling issues.
768 B
768 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "LegacyInputStatus" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" draft = true +++
LegacyInputStatus enum
LegacyInputStatus enum
Signature
export declare enum LegacyInputStatus
Import
import { LegacyInputStatus } from '@grafana/ui';
Enumeration Members
| Member | Value | Description |
|---|---|---|
| Invalid | "invalid" |
|
| Valid | "valid" |