13 lines
199 B
JSON
13 lines
199 B
JSON
{
|
|
"title": "Touch Mode",
|
|
"description": "The touch mode of the element.",
|
|
"anyOf": [
|
|
{
|
|
"enum": ["touch", "mouse"]
|
|
},
|
|
{
|
|
"$ref": "../../general/item_ref.json"
|
|
}
|
|
]
|
|
}
|