Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MetadataDefinitionBase

Package version

interface

An interface representing MetadataDefinitionBase. The Metadata definition base.

Hierarchy

Index

Properties

Optional attributes

attributes: undefined | object
member

{{ [propertyName: string]: string[] }} [attributes] The attributes for the Type.

Optional description

description: undefined | object
member

{{ [propertyName: string]: string }} [description] Localized descriptions for the property.

Optional displayName

displayName: undefined | object
member

{{ [propertyName: string]: string }} [displayName] Localized display names for the property.

Optional largeImage

largeImage: undefined | string
member

{string} [largeImage] Large Image associated with the Property or EntityType.

Optional localizedAttributes

localizedAttributes: undefined | object
member

{{ [propertyName: string]: { [propertyName: string]: string } }} [localizedAttributes] Any custom localized attributes for the Type.

Optional mediumImage

mediumImage: undefined | string
member

{string} [mediumImage] Medium Image associated with the Property or EntityType.

Optional smallImage

smallImage: undefined | string
member

{string} [smallImage] Small Image associated with the Property or EntityType.

Generated using TypeDoc