Function deleteModelWithClass

  • Delete a model, with the given class Same as "deleteModel", only that it can be done with the class instead of the name

    Type Parameters

    Parameters

    • cl: U

      The Class to delete the model from

    Returns void

    Example

    class ClassName {}
    const NameModel = getModelForClass(ClassName);
    deleteModelWithClass(ClassName);

Generated using TypeDoc