Docs: run the api-extractor on master to update docs (#23726)
* regenerated packages docs. * fixed spelling issues. * fixed spelling issues.
This commit is contained in:
71
docs/sources/packages_api/data/stringfieldconfigsettings.md
Normal file
71
docs/sources/packages_api/data/stringfieldconfigsettings.md
Normal file
@@ -0,0 +1,71 @@
|
||||
+++
|
||||
# -----------------------------------------------------------------------
|
||||
# Do not edit this file. It is automatically generated by API Documenter.
|
||||
# -----------------------------------------------------------------------
|
||||
title = "StringFieldConfigSettings"
|
||||
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
||||
type = "docs"
|
||||
draft = true
|
||||
+++
|
||||
|
||||
## StringFieldConfigSettings interface
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
export interface StringFieldConfigSettings
|
||||
```
|
||||
<b>Import</b>
|
||||
|
||||
```typescript
|
||||
import { StringFieldConfigSettings } from '@grafana/data';
|
||||
```
|
||||
<b>Properties</b>
|
||||
|
||||
| Property | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| [expandTemplateVars](#expandtemplatevars-property) | <code>boolean</code> | |
|
||||
| [maxLength](#maxlength-property) | <code>number</code> | |
|
||||
| [placeholder](#placeholder-property) | <code>string</code> | |
|
||||
| [rows](#rows-property) | <code>number</code> | |
|
||||
| [useTextarea](#usetextarea-property) | <code>boolean</code> | |
|
||||
|
||||
### expandTemplateVars property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
expandTemplateVars?: boolean;
|
||||
```
|
||||
|
||||
### maxLength property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
maxLength?: number;
|
||||
```
|
||||
|
||||
### placeholder property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
placeholder?: string;
|
||||
```
|
||||
|
||||
### rows property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
rows?: number;
|
||||
```
|
||||
|
||||
### useTextarea property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
useTextarea?: boolean;
|
||||
```
|
||||
Reference in New Issue
Block a user