Hi guys,
My goal would be to store/retrieve my state from a database but I fail to understand how we can get the id of the reordered/resizeded tile?
The TileLayoutState has no reference of the moving TileItem, the header text or any data really.
It looks like it works with a defined set of TileItems but what if you don't know their numbers and positions or wish to change it?
The SetState can't help with that because the initial State will not be the same.
With my attached example, I have an initial Step1.png state, I change it to Step2.png. After my change one of the Test tiles is removed in the backend. How can I make sure next time I load the page I get Step2.png but without one of the Test tiles?
Am I missing something or is it a limitation?
Thank you for your help and keep up the good work on Blazor !