Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "MouseRegion",
"type": "object",
"x-version": "1.0",
"required": [
"PresentationType",
"Child"
],
"properties": {
"PresentationType": {
"const": "MouseRegion"
},
"Child": {
"$ref": "/schema/shared/Widget/1.0/index.json"
},
"OnEnter": {
"$ref": "/schema/Actions/Action/1.0/index.json"
},
"OnExit": {
"$ref": "/schema/Actions/Action/1.0/index.json"
}
},
"additionalProperties": true,
"x-icon": "<svg viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6 3l5 16 2.2-6.5L20 10z\"/></svg>",
"$id": "/schema/Presentations/MouseRegion/1.0/index.json",
"x-family": "Presentations",
"x-name": "MouseRegion",
"x-source-package": "zero-schema"
}