StaticdefaultStaticwidgetCalled when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes.
Calling Component.setState generally does not trigger this method.
This method will not stop working in React 17.
Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked.
An editor for the interaction widget that allows users to engage with interactive content.
The interaction widget provides a dynamic graph interface with various interactive elements including points, lines, movable points, movable lines, functions, parametric curves, labels, and rectangles. This editor allows content creators to configure those elements and their properties.