mirror of https://github.com/grafana/grafana.git
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> | |
|
||
|
|