Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "component-wrapper/ComponentDatabaseMap"

Index

Type aliases

ComponentValue

ComponentValue<DBSchema, StoreName>: StoreValue<DBSchema["schema"], StoreName> | ComponentValueLevelOne<StoreValue<DBSchema["schema"], StoreName>> | ComponentValueLevelTwo<StoreValue<DBSchema["schema"], StoreName>>

The possible values a ComponentDatabaseMap could map to.

This includes child properties up to two levels deep.

See StoreValuePropertyPath for details on the logic for the discovery of the property values.

Type parameters

ComponentValueLevelOne

ComponentValueLevelOne<Value>: {}[StoreValuePropertyPathLevelOne<Value>[0]]

Type parameters

  • Value

ComponentValueLevelTwo

ComponentValueLevelTwo<Value>: {}[StoreValuePropertyPathLevelTwo<Value>[0]]

Type parameters

  • Value

Generated using TypeDoc