CodBi
    Preparing search index...

    Function resolvePath

    • Retrieves the Object at the dotted path "toResolve" from the one to "start" the resolution at.

      Parameters

      • toResolve: string

        The path leading to the desired Object from "start". Round brackets "()" may be used without spaces in between to indicate parameterless method calls.

      • start: object

        The Object to start the retrieval from.

      Returns any

      The requested Object.

      A CodBiError when the "path" to resolve is interrupted by an undefined or null object.