@lowdefy/blocks-loaders
Version:
Lowdefy loader blocks.
30 lines (29 loc) • 632 B
JSON
{
"type": "object",
"properties": {
"type": "object",
"additionalProperties": false,
"properties": {
"style": {
"type": "object",
"description": "Css style object to apply to the skeleton.",
"docs": {
"displayType": "yaml"
}
},
"height": {
"type": ["number", "string"],
"description": "Height of the skeleton."
},
"width": {
"type": ["number", "string"],
"description": "Width of the skeleton."
}
}
},
"events": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}