mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 15:52:28 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
33 lines
825 B
Markdown
33 lines
825 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "EventsWithValidation"
|
|
keywords = ["grafana","documentation","sdk","@grafana/ui"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## EventsWithValidation enum
|
|
|
|
### EventsWithValidation enum
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export declare enum EventsWithValidation
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { EventsWithValidation } from '@grafana/ui';
|
|
```
|
|
|
|
## Enumeration Members
|
|
|
|
| Member | Value | Description |
|
|
| --- | --- | --- |
|
|
| onBlur | <code>"onBlur"</code> | |
|
|
| onChange | <code>"onChange"</code> | |
|
|
| onFocus | <code>"onFocus"</code> | |
|
|
|