属性值规范
类型名称:PropertyValueSpecification
扩展 Intangible
名称 |
类型 |
说明 |
defaultValue |
文字或事物 |
输入的默认值。对于需要字面量的属性,默认值为字面量值;对于需要对象的属性,此属性是对当前某个值的 ID 引用。 |
maxValue |
编号 |
某个特征或属性的上限值。 |
minValue |
编号 |
某个特征或属性的较低值。 |
多个值 |
Boolean |
属性是否允许多个值。默认值为 false。 |
只读值 |
Boolean |
属性是否可变。默认值为 false。如果为同样具有值的属性指定该属性,则其行为将类似于 HTML 表单中的“隐藏”输入。 |
步值 |
编号 |
stepValue 属性用于指明 PropertyValueSpecification 中值的预期(且必需)的粒度。 |
valueMaxLength |
编号 |
指定字面量值中允许的字符数范围。 |
valueMinLength |
编号 |
指定字面量值中允许的最小字符数范围。 |
valueName |
文本 |
表示将在网址模板和表单编码中使用的 PropertyValueSpecification 的名称,类似于 HTML 的输入@名称。 |
值模式 |
文本 |
指定用于根据 HTML 规范测试字面量值的正则表达式。 |
必需 |
Boolean |
是否必须填写该属性才能完成操作。默认值为 false。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-04。
[null,null,["最后更新时间 (UTC):2024-09-04。"],[[["`PropertyValueSpecification` extends `Intangible` and describes the metadata of a property's value like default, minimum, and maximum values."],["It specifies constraints on the property value such as allowed data types, length, and whether it's required or read-only."],["This type helps define how property values should be handled and validated within a given context, like a web form or structured data."],["Properties like `multipleValues`, `readonlyValue`, and `valueRequired` provide control over the behavior and presentation of the associated property."],["Developers can use attributes like `valueName` and `valuePattern` to manage URL templates, form encoding, and data validation according to specific requirements."]]],[]]