• Preparing search index...
  • The search index is not available
lib.reviews
  • lib.reviews
  • bootstrap/dal
  • getAllModels

Function getAllModels

  • getAllModels(): Map<
        string,
        ModelConstructor<
            JsonObject,
            JsonObject,
            ModelInstance<JsonObject, JsonObject>,
            string,
        >,
    >

    Retrieve the map of registered model constructors keyed by registry key.

    Returns Map<
        string,
        ModelConstructor<
            JsonObject,
            JsonObject,
            ModelInstance<JsonObject, JsonObject>,
            string,
        >,
    >

    Snapshot of the DAL's registered models.

    • Defined in bootstrap/dal.ts:266

Settings

Member Visibility
lib.reviews
  • Loading...

Generated using TypeDoc