13 lines
276 B
JSON
13 lines
276 B
JSON
{
|
|
"title": "Anchor To",
|
|
"description": "The anchor point of the element. This is the point that the element will be positioned relative to.",
|
|
"anyOf": [
|
|
{
|
|
"$ref": "../../general/anchor.json"
|
|
},
|
|
{
|
|
"$ref": "../../general/variable.json"
|
|
}
|
|
]
|
|
}
|