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

13 lines
311 B
JSON
Raw Normal View History

2023-10-24 19:49:51 +02:00
{
"title": "Destroy At End",
"description": "If true, the element will be destroyed at the end of the animation.",
"anyOf": [
{
"enum": ["popup", "details_bubble_control", "bundle_mode_popup_control", "selected_item_details"]
},
{
"$ref": "../../general/variable.json"
}
]
}