Files
minecraft-bedrock-json-schemas/source/resource/ui/elements/properties/toggle_default_state.json

13 lines
217 B
JSON
Raw Normal View History

2023-10-24 19:49:51 +02:00
{
"title": "Toggle Default State",
"description": "The default state of the toggle.",
"anyOf": [
{
"enum": ["checked", "unchecked"]
},
{
"$ref": "../../general/item_ref.json"
}
]
}