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