MetadataDefinitionBase interface
The Metadata definition base.
Properties
| attributes | The attributes for the Type. |
| description | Localized descriptions for the property. |
| display |
Localized display names for the property. |
| large |
Large Image associated with the Property or EntityType. |
| localized |
Any custom localized attributes for the Type. |
| medium |
Medium Image associated with the Property or EntityType. |
| small |
Small Image associated with the Property or EntityType. |
Property Details
attributes
The attributes for the Type.
attributes?: {[propertyName: string]: string[]}
Property Value
{[propertyName: string]: string[]}
description
Localized descriptions for the property.
description?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
displayName
Localized display names for the property.
displayName?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
largeImage
Large Image associated with the Property or EntityType.
largeImage?: string
Property Value
string
localizedAttributes
Any custom localized attributes for the Type.
localizedAttributes?: {[propertyName: string]: {[propertyName: string]: string}}
Property Value
{[propertyName: string]: {[propertyName: string]: string}}
mediumImage
Medium Image associated with the Property or EntityType.
mediumImage?: string
Property Value
string
smallImage
Small Image associated with the Property or EntityType.
smallImage?: string
Property Value
string