@lowdefy/blocks-basic
Version:
Basic html Lowdefy blocks.
31 lines (30 loc) • 666 B
JSON
{
"type": "object",
"properties": {
"type": "object",
"additionalProperties": false,
"properties": {
"content": {
"type": "string",
"description": "Span content string. Overrides the \"content\" content area."
},
"style": {
"type": "object",
"description": "Css style object to apply to Span div.",
"docs": {
"displayType": "yaml"
}
}
}
},
"events": {
"type": "object",
"additionalProperties": false,
"properties": {
"onClick": {
"type": "array",
"description": "Trigger actions when the Span is clicked."
}
}
}
}