@lowdefy/blocks-antd
Version:
Lowdefy Ant Design Blocks
36 lines (35 loc) • 865 B
JSON
{
"type": "object",
"properties": {
"type": "object",
"additionalProperties": false,
"properties": {
"dashed": {
"type": "boolean",
"default": false,
"description": "Whether line is dashed."
},
"orientation": {
"type": "string",
"default": "center",
"enum": ["left", "right", "center"],
"description": "Position of title inside divider."
},
"title": {
"type": "string",
"description": "Divider title - supports html."
},
"type": {
"type": "string",
"default": "horizontal",
"enum": ["horizontal", "vertical"],
"description": "Direction type of divider"
},
"plain": {
"type": "boolean",
"default": false,
"description": "Show text as plain style."
}
}
}
}