v.Latest
Documentation
数字字段
在此页面上
用于存储数值的输入字段。
类型定义
有关所有字段类型的其他常见属性,请查看字段类型定义。
REQUIRED
type
string
将此设置为 "number" 以使用数字字段。
REQUIRED
name
string
供内部使用的字段名称。
All properties marked as REQUIRED must be specified for the field to work properly.
示例
Tina 将根据提供的配置生成适当的组件。
简单字段
{type: 'number',name: 'count',label: '计数',description:'一个示例数字字段。'}
