dashboard icon indicating copy to clipboard operation
dashboard copied to clipboard

how to get/set storage items values

Open lucahttp opened this issue 2 years ago • 1 comments

Hello, I want to retrieve the attributes inside the list of dashboard Items/storage, for example save to a json file every Item (color, position, value inside like text photo), I think that Im not setting correctly this custom attributes inside the ColoredDashboardItem BR, Luca

lucahttp avatar Aug 14 '22 22:08 lucahttp

ColoredDashboardItem is a example for customizing. You can do your DashboardItem implememtation like ColoredDashboardItem

Mehmetyaz avatar Nov 18 '22 07:11 Mehmetyaz

@Mehmetyaz I saw that you need to modify DashboardItem in order to be able to store more parameters on the storage

lucahttp avatar Dec 08 '22 19:12 lucahttp

@Mehmetyaz if I want to update the color of an Item like the thing that is doing right now with the position and size Is correct to edit _onMoveStart and implement it to modify the color?

lucahttp avatar Dec 08 '22 23:12 lucahttp