Files
minecraft-bedrock-json-schemas/source/resource/ui/elements/properties/scrollbar_track.json
2023-10-24 19:49:51 +02:00

13 lines
192 B
JSON

{
"title": "Scrollbar Track",
"description": "The track of the scrollbar.",
"anyOf": [
{
"enum": ["track"]
},
{
"$ref": "../../general/item_ref.json"
}
]
}