ixfx
    Preparing search index...

    Type Alias CreateUpdateElement<V>

    CreateUpdateElement: (item: V, el: HTMLElement | null) => HTMLElement

    Creates or updates an element based on an input value. This function should not add the element to the DOM.

    Type Parameters

    • V

    Type declaration

      • (item: V, el: HTMLElement | null): HTMLElement
      • Parameters

        • item: V
        • el: HTMLElement | null

        Returns HTMLElement