Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApiGeneralManager<TConfig, TModel, TAntModelManager>

Type parameters

Hierarchy

  • ApiGeneralManager

Implemented by

Index

Methods

Methods

config

get

  • get(model: TModel): TAntModelManager
  • Gets (or creates) a model manager by it's model.

    Parameters

    • model: TModel

      model of the manager.

    Returns TAntModelManager

    model manager found. If no manager is found, a new one is created and returned.

Generated using TypeDoc