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