MetadataDefinitionBase interface
元数据定义基。
属性
| attributes | Type 的属性。 |
| description | 属性的本地化说明。 |
| display |
属性的本地化显示名称。 |
| large |
与属性或 EntityType 关联的大型图像。 |
| localized |
类型的任何自定义本地化属性。 |
| 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
与属性或 EntityType 关联的大型图像。
largeImage?: string
属性值
string
localizedAttributes
类型的任何自定义本地化属性。
localizedAttributes?: {[propertyName: string]: {[propertyName: string]: string}}
属性值
{[propertyName: string]: {[propertyName: string]: string}}
mediumImage
与 Property 或 EntityType 关联的中等图像。
mediumImage?: string
属性值
string
smallImage
与 Property 或 EntityType 关联的小型图像。
smallImage?: string
属性值
string