@lowdefy/blocks-loaders
Version:
Lowdefy loader blocks.
27 lines (26 loc) • 550 B
JSON
{
"type": "object",
"properties": {
"type": "object",
"additionalProperties": false,
"properties": {
"style": {
"type": "object",
"description": "Css style object to apply to the icon.",
"docs": {
"displayType": "yaml"
}
},
"size": {
"type": "string",
"description": "Size of the icon spinner.",
"enum": ["small", "medium", "large"]
}
}
},
"events": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}