13 lines
239 B
JSON
13 lines
239 B
JSON
{
|
|
"title": "Clip Direction",
|
|
"description": "The direction that the element will be clipped in.",
|
|
"anyOf": [
|
|
{
|
|
"enum": ["left", "right", "top", "bottom"]
|
|
},
|
|
{
|
|
"$ref": "../../general/item_ref.json"
|
|
}
|
|
]
|
|
}
|