mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 14:02:05 +08:00
25 lines
704 B
Markdown
25 lines
704 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "stringOverrideProcessor"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
draft = true
|
|
+++
|
|
|
|
## stringOverrideProcessor variable
|
|
|
|
### stringOverrideProcessor variable
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
stringOverrideProcessor: (value: any, context: FieldOverrideContext, settings?: StringFieldConfigSettings | undefined) => any
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { stringOverrideProcessor } from '@grafana/data';
|
|
```
|