CodBi
    Preparing search index...

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

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    Methods

    • A base functionality for that transform HTMLInputElement's HTMLInputElement.values further whenever those have changed. A transformer of type (toTransform: string) => string that performs the actual change has to be provided, otherwise this HTML_Input_Transformer's HTML_Input_Transformer.transform will be used.

      Parameters

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

        As provided by the CodBi.

      • toProcess: Element

        As provided by the CodBi.

      • transformer: (toTransform: string, toLoad: { [key: string]: unknown }) => string = HTML_Input_Transformer.transformer

        The (toTransform: string) => string performing the actual change.

      Returns void