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: AnnotationsListPanelCfg kind
|
||||
|
||||
|
||||
|
||||
| Property | Type | Required | Description |
|
||||
|----------------|-------------------------|----------|-------------|
|
||||
| `PanelOptions` | [object](#paneloptions) | **Yes** | |
|
||||
| Property | Type | Required | Default | Description |
|
||||
|----------------|-------------------------|----------|---------|-------------|
|
||||
| `PanelOptions` | [object](#paneloptions) | **Yes** | | |
|
||||
|
||||
### PanelOptions
|
||||
|
||||
| Property | Type | Required | Description |
|
||||
|-------------------------|----------|----------|-------------------|
|
||||
| `limit` | uint32 | **Yes** | Default: `10`. |
|
||||
| `navigateAfter` | string | **Yes** | Default: `10m`. |
|
||||
| `navigateBefore` | string | **Yes** | Default: `10m`. |
|
||||
| `navigateToPanel` | boolean | **Yes** | Default: `true`. |
|
||||
| `onlyFromThisDashboard` | boolean | **Yes** | Default: `false`. |
|
||||
| `onlyInTimeRange` | boolean | **Yes** | Default: `false`. |
|
||||
| `showTags` | boolean | **Yes** | Default: `true`. |
|
||||
| `showTime` | boolean | **Yes** | Default: `true`. |
|
||||
| `showUser` | boolean | **Yes** | Default: `true`. |
|
||||
| `tags` | string[] | **Yes** | |
|
||||
| Property | Type | Required | Default | Description |
|
||||
|-------------------------|----------|----------|---------|-------------|
|
||||
| `limit` | uint32 | **Yes** | `10` | |
|
||||
| `navigateAfter` | string | **Yes** | `10m` | |
|
||||
| `navigateBefore` | string | **Yes** | `10m` | |
|
||||
| `navigateToPanel` | boolean | **Yes** | `true` | |
|
||||
| `onlyFromThisDashboard` | boolean | **Yes** | `false` | |
|
||||
| `onlyInTimeRange` | boolean | **Yes** | `false` | |
|
||||
| `showTags` | boolean | **Yes** | `true` | |
|
||||
| `showTime` | boolean | **Yes** | `true` | |
|
||||
| `showUser` | boolean | **Yes** | `true` | |
|
||||
| `tags` | string[] | **Yes** | | |
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user