Function forceUpdateElement

  • Force updates a rendered React component by its DOM selector

    Parameters

    • selector: string

      The DOM selector to force update

    • all: boolean = false

      Whether all elements matching that selector should be force updated

    Returns void

Generated using TypeDoc