Compartir a través de


MetadataDefinitionBase interface

The Metadata definition base.

Properties

attributes

The attributes for the Type.

description

Localized descriptions for the property.

displayName

Localized display names for the property.

largeImage

Large Image associated with the Property or EntityType.

localizedAttributes

Any custom localized attributes for the Type.

mediumImage

Medium Image associated with the Property or EntityType.

smallImage

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