Docs: Add Default column to generated schema docs (#64550)
Docs: Add column to generated schema docs
This commit is contained in:
+15
-15
@@ -13,23 +13,23 @@ title: DashboardListPanelCfg kind
|
||||
|
||||
|
||||
|
||||
| Property | Type | Required | Description |
|
||||
|----------------|-------------------------|----------|------------------------------------------|
|
||||
| `PanelLayout` | string | **Yes** | Possible values are: `list`, `previews`. |
|
||||
| `PanelOptions` | [object](#paneloptions) | **Yes** | |
|
||||
| Property | Type | Required | Default | Description |
|
||||
|----------------|-------------------------|----------|---------|------------------------------------------|
|
||||
| `PanelLayout` | string | **Yes** | | Possible values are: `list`, `previews`. |
|
||||
| `PanelOptions` | [object](#paneloptions) | **Yes** | | |
|
||||
|
||||
### PanelOptions
|
||||
|
||||
| Property | Type | Required | Description |
|
||||
|----------------------|----------|----------|------------------------------------------|
|
||||
| `maxItems` | integer | **Yes** | Default: `10`. |
|
||||
| `query` | string | **Yes** | Default: ``. |
|
||||
| `showHeadings` | boolean | **Yes** | Default: `true`. |
|
||||
| `showRecentlyViewed` | boolean | **Yes** | Default: `false`. |
|
||||
| `showSearch` | boolean | **Yes** | Default: `false`. |
|
||||
| `showStarred` | boolean | **Yes** | Default: `true`. |
|
||||
| `tags` | string[] | **Yes** | |
|
||||
| `folderId` | integer | No | |
|
||||
| `layout` | string | No | Possible values are: `list`, `previews`. |
|
||||
| Property | Type | Required | Default | Description |
|
||||
|----------------------|----------|----------|---------|------------------------------------------|
|
||||
| `maxItems` | integer | **Yes** | `10` | |
|
||||
| `query` | string | **Yes** | `` | |
|
||||
| `showHeadings` | boolean | **Yes** | `true` | |
|
||||
| `showRecentlyViewed` | boolean | **Yes** | `false` | |
|
||||
| `showSearch` | boolean | **Yes** | `false` | |
|
||||
| `showStarred` | boolean | **Yes** | `true` | |
|
||||
| `tags` | string[] | **Yes** | | |
|
||||
| `folderId` | integer | No | | |
|
||||
| `layout` | string | No | | Possible values are: `list`, `previews`. |
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user