Identity type aliases
This is the collection of identity type aliases within the ui-react
module. There are 9 identity type aliases in total.
StoreOrStoreId
The StoreOrStoreId
type is used when you need to refer to a Store
in a React hook or component.
CheckpointsOrCheckpointsId
The CheckpointsOrCheckpointsId
type is used when you need to refer to a Checkpoints
object in a React hook or component.
GetId
The GetId
type describes a function which, when passed a parameter, will return an Id
.
IndexesOrIndexesId
The IndexesOrIndexesId
type is used when you need to refer to an Indexes
object in a React hook or component.
MetricsOrMetricsId
The MetricsOrMetricsId
type is used when you need to refer to a Metrics
object in a React hook or component.
PersisterOrPersisterId
The PersisterOrPersisterId
type is used when you need to refer to a Persister
object in a React hook or component.
QueriesOrQueriesId
The QueriesOrQueriesId
type is used when you need to refer to a Queries
object in a React hook or component.
RelationshipsOrRelationshipsId
The RelationshipsOrRelationshipsId
type is used when you need to refer to a Relationships
object in a React hook or component.
SynchronizerOrSynchronizerId
The SynchronizerOrSynchronizerId
type is used when you need to refer to a Synchronizer
object in a React hook or component.