mirror of https://github.com/Lissy93/dashy.git
34 lines
1.2 KiB
Markdown
34 lines
1.2 KiB
Markdown
# Untitled undefined type in Dashy Config Schema Schema
|
|
|
|
```txt
|
|
https://example.com/schemas/abstract#/properties/sections/items/properties/displayData/properties/itemSize
|
|
```
|
|
|
|
Size of items within the section
|
|
|
|
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|
|
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :------------------------------------------------------------------------------------- |
|
|
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [dashy-config.schema.json*](../../out/dashy-config.schema.json "open original schema") |
|
|
|
|
## itemSize Type
|
|
|
|
unknown
|
|
|
|
## itemSize Constraints
|
|
|
|
**enum**: the value of this property must be equal to one of the following values:
|
|
|
|
| Value | Explanation |
|
|
| :--------- | :---------- |
|
|
| `"small"` | |
|
|
| `"medium"` | |
|
|
| `"large"` | |
|
|
|
|
## itemSize Default Value
|
|
|
|
The default value is:
|
|
|
|
```json
|
|
"medium"
|
|
```
|