mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 20:42:31 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
35 lines
788 B
Markdown
35 lines
788 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "getNextCharacter"
|
|
keywords = ["grafana","documentation","sdk","@grafana/ui"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## DOMUtil.getNextCharacter() function
|
|
|
|
### DOMUtil.getNextCharacter() function
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export declare function getNextCharacter(global?: any): any;
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { DOMUtil } from '@grafana/ui';
|
|
const { getNextCharacter } = DOMUtil;
|
|
```
|
|
<b>Parameters</b>
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| global | <code>any</code> | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
`any`
|
|
|