This website requires JavaScript.
Explore
Help
Sign In
github
/
lowcode-engine
Watch
1
Star
0
Fork
0
You've already forked lowcode-engine
mirror of
https://github.com/alibaba/lowcode-engine.git
synced
2026-03-18 03:33:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
lowcode-engine
/
docs
/
docs
/
guide
/
appendix
/
setterDetails
/
radioGroup.md
JackLian
260e17980c
feat: add docs site
2022-11-28 14:48:56 +08:00
833 B
Raw
Blame
History
title
title
RadioGroupSetter
简介
用于直观的展示选择并选择。
展示
setter 配置
属性名
说明
defaultValue
默认值
options
传入的数据源,
参数格式
:
[
{img: 'url',
value: 'text',
label/title: 'text'}, ...
]
||
[ 'text', 'text', ...]
返回类型
String | Number | Boolean 会返回options中的value值