Function resolve

  • Resolve the value of the field (dot separated) on the given object

    Parameters

    • obj: ArrayOrObject

      {AnyObject} the object context

    • selector: string

      {String} dot separated path to field

    • Optionaloptions: ResolveOptions

    Returns Any