@yookue/ts-lang-utils
    Preparing search index...

    Function clearElementValue

    • Clears value for the given element

      Parameters

      • Optionalelement: null | HTMLElement

        the element to inspect

      • Optionalcallback: (previous?: string) => void

        the function to execute after value been set

      Returns void

      David Hsing