CodBi
    Preparing search index...

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

    Index

    Constructors

    Methods

    Constructors

    Methods

    • This functionality Injects the "Replacement" string within the specified "Property" either wherever a specific "Placeholder" is found or, if none was specified, at the end of the content.

      Config Parameter:

      • Placeholder: Specifies the string that shall be replaced within the Element "toProcess"'s "Property". Standard-value is "[[INJECTOR_REPLACEMENT]]".
      • Replacement: The string to replace all occurrences of the specified "Placeholder" or at the end of the string contained in the Element "toProcess"'s "Property".
      • Property: Specifies which property of the Element "toProcess" shall receive the "Replacement".

      Parameters

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

        Provided by the CodBi.

      • toProcess: Element

        Provided by the CodBi.

      Returns void