setStateData

updates state properties of the apps

void setStateData(array apps);
appsarrayan array of apps

Example

const data = $$("dsk").getStateData();
...
$$("dsk").setStateData(data);

Related samples

Details

This method can be used to restore the positions of the apps saved by getStateData().

See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.