Files
minecraft-bedrock-json-schemas/source/resource/ui/general/anchor.json
2023-10-24 00:31:52 +02:00

7 lines
288 B
JSON

{
"title": "Anchor",
"description": "An anchor is a reference to an element in the UI.",
"type": "string",
"enum": ["bottom", "bottom_left", "bottom_right", "bottom_middle", "center", "left", "left_middle", "right", "right_middle", "top", "top_left", "top_right", "top_middle"]
}