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

13 lines
199 B
JSON

{
"title": "Touch Mode",
"description": "The touch mode of the element.",
"anyOf": [
{
"enum": ["touch", "mouse"]
},
{
"$ref": "../../general/item_ref.json"
}
]
}