CodBi
    Preparing search index...

    Initial Author: Callari, Salvatore (Callari@WaXCode.net) Maintainer: Callari, Salvatore (Callari@WaXCode.net)

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

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

      Gets the algorithm used to transform the tagged HTMLInputElement's HTMLInputElement.value.

      Returns (toTransform: string, toLoad: { [key: string]: unknown }) => string

      An anonymous function simply returning the string to transform.

    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