onFinalRenderComplete

onFinalRenderComplete: undefined | (renderId: string) => void

Called when all of the component tasks are done. There are 3 different conditions:

  • Props and node did not update so there is no need to render.
  • Provided label function was synchronous and the render finished.
  • Provided label function was asynchronous and the second render finished.

Defined in

Last Updated: 05 June, 2020