CodBi
    Preparing search index...

    Function resolvePath

    • Recupera Object nel percorso tratteggiato "toResolve" da quello in cui "avviare" la risoluzione.

      Parameters

      • toResolve: string

        The path leading to the desired Object from "start". È possibile utilizzare parentesi tonde "()" senza spazi intermedi per indicare chiamate a metodi senza parametri.

      • start: object

        The Object to start the retrieval from.

      Returns any

      Il Object richiesto.

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