Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "utils/model/model.utils"

Index

Functions

hasPropertyOf

  • hasPropertyOf(clazz: any, obj: any): boolean
  • Check if the given object has any properties in common with an instance of the given class.

    Parameters

    • clazz: any
    • obj: any

    Returns boolean

isInstanceOf

  • isInstanceOf(clazz: any, obj: any): boolean
  • Check if the given object has all properties in common with an instance of the given class.

    Parameters

    • clazz: any
    • obj: any

    Returns boolean

newIfDefined

  • newIfDefined(clazz: any, obj: any): any
  • If the given object is defined, create a new instance of the given class with it. Otherwise return null.

    Parameters

    • clazz: any
    • obj: any

    Returns any

Generated using TypeDoc