PropertyInfo interface 
如何显示属性的物种详细信息。
属性
| date | 
	如果属性是日期对象,这些选项指定在显示时应如何设置格式。 使用 Date.toLocaleString。 如果未指定,将回退到弹出窗口模板日期格式设置。  | 
| hide | 
	指定此属性的标签是否应隐藏,并且内容应跨越表的两列。
默认:  | 
| hyperlink | 
	超链接字符串的格式选项。  | 
| label | 要显示此属性的标签。 如果未指定,将回退到属性名称。  | 
| number | 
	如果属性是数字,则这些选项指定在显示时应如何设置格式。 使用 Number.toLocaleString。 如果未指定,将回退到弹出窗口模板数字格式设置。  | 
| property | 
	属性的路径,每个子属性用正斜杠“/”分隔,例如“property/subproperty1/subproperty2”。 数组索引也可以添加为子属性,例如“property/0”  | 
属性详细信息
	dateFormat
 
如果属性是日期对象,这些选项指定在显示时应如何设置格式。 使用 Date.toLocaleString。 如果未指定,将回退到弹出窗口模板日期格式设置。
dateFormat?: DateTimeFormatOptions
			属性值
DateTimeFormatOptions
	hideLabel
 
指定此属性的标签是否应隐藏,并且内容应跨越表的两列。
默认:false
hideLabel?: boolean
			属性值
boolean
	hyperlinkFormat
 
label
要显示此属性的标签。 如果未指定,将回退到属性名称。
label?: string
			属性值
string
	numberFormat
 
如果属性是数字,则这些选项指定在显示时应如何设置格式。 使用 Number.toLocaleString。 如果未指定,将回退到弹出窗口模板数字格式设置。
numberFormat?: NumberFormatOptions
			属性值
NumberFormatOptions
	propertyPath
 
属性的路径,每个子属性用正斜杠“/”分隔,例如“property/subproperty1/subproperty2”。 数组索引也可以添加为子属性,例如“property/0”
propertyPath: string
			属性值
string