TinyBase logoTinyBase β

provideIndexes

The provideIndexes function registers an Indexes object with a given Id into the current Provider context.

provideIndexes(
  indexesId: string,
  indexes: Indexes,
): void
TypeDescription
indexesIdstring

The Id to register the Indexes object under.

indexesIndexes

The Indexes object to register.

returnsvoid

This has no return value.

Since

v8.1.0