I'm using the basic <Plot/> component from react-plotly.js and I know how to get selection box points or lasso points from the PlotSelectionEvent param when the Plot performs an onSelected event
...but I cannot find where to set selection box points or lasso points in the Plot via a controllable prop.
Suppose I wanted to capture these selection box or lasso coordinate points and later on if the user clicks a button, I restore that selection box or lasso's location. How could I do that?
I see in the advanced docs you can control the layout, frames, data, and config, but what about selection box or lasso?

