Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataItem

Represents a 'data item' that holds the actual data inside as well as the metadata, provider and culture for this item

Hierarchy

  • EntityData
    • DataItem

Index

Properties

culture

culture: string

Gets the assigned culture of the item.

data

data: any

Gets the actual data (the item).

key

key: string

Gets the identifier of the item. Returns null if there is no item.

metadata

metadata: Entity

Gets the metadata information for this item.

provider

provider: string

Gets the name of the provider for this item.

title

title: string

Gets the title (main short field) of the item.

Generated using TypeDoc