labelProps
概览
labelProps 适用于 label 和 checkbox。checkbox 的文案也通过 labelProps.text 表达,不额外引入 checkboxProps.text。
相关文档
字段表
Key |
类型 |
默认值 |
Binding |
UI 影响 / 限制 |
|---|---|---|---|---|
|
string |
|
|
显示文本;可使用 |
示例
"labelProps": {
"text": "${constant.text.aboutTitle}"
}