CodBi
    Preparing search index...

    Provides the JSON_SET.functionality.

    Maintainer: Salvatore Callari (Salvatore.Callari@Ansbach.de)

    Index

    Constructors

    Methods

    Constructors

    Methods

    • This functionality assigns the specified "Property" of a member of Element "toProcess" which is specified by "Path".

      Config Parameter:

      • Path: The dotted path string leading to the object, starting from the Element "toProcess", which's "Property" gotta be set. *
      • Property: The name of the property to set.
      • ToSet: The object to set the "Property" to.

      Parameters

      • toLoad: { [key: string]: unknown }

        Provided by CodBi.checkAttributes / CodBi.loadConfig.

      • toProcess: Element

        Provided by CodBi.checkAttributes / CodBi.loadConfig.

      Returns undefined