forceUpdate
Force update an element.
Key Property
forceUpdate ( attrName?: string )
Force update the element (asynchronous). By default, it updates both layout and rendering. You can specify the attribute name attrName to improve update performance.
updateLayout ( )
Request a layout update. If the layout has not changed, the update will be ignored.