MetadataDefinitionBase interface
元資料定義基底。
屬性
attributes | Type 的屬性。 |
description | 屬性的當地語系化描述。 |
display |
屬性的當地語系化顯示名稱。 |
large |
與 Property 或 EntityType 相關聯的大型影像。 |
localized |
Type 的任何自訂當地語系化屬性。 |
medium |
與 Property 或 EntityType 相關聯的中度影像。 |
small |
與 Property 或 EntityType 相關聯的小型影像。 |
屬性詳細資料
attributes
Type 的屬性。
attributes?: {[propertyName: string]: string[]}
屬性值
{[propertyName: string]: string[]}
description
屬性的當地語系化描述。
description?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
displayName
屬性的當地語系化顯示名稱。
displayName?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
largeImage
與 Property 或 EntityType 相關聯的大型影像。
largeImage?: string
屬性值
string
localizedAttributes
Type 的任何自訂當地語系化屬性。
localizedAttributes?: {[propertyName: string]: {[propertyName: string]: string}}
屬性值
{[propertyName: string]: {[propertyName: string]: string}}
mediumImage
與 Property 或 EntityType 相關聯的中度影像。
mediumImage?: string
屬性值
string
smallImage
與 Property 或 EntityType 相關聯的小型影像。
smallImage?: string
屬性值
string