mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-27 21:03:37 +00:00
![]() when rstore is not instanciated but only a config, auto-create it with its type this allows us to configure an diff/rstore combination completely declaratively like this: store: { type: 'diff', autoDestroy: true, autoDestroyRstore: true, rstore: { type: 'update', model: 'some-model', autoStart: true, interval: 5000, }, }, the only thing we have to be careful about is to either do a manual 'stopUpdate' somewhere, or use the 'autoDestroyRstore' flag Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> |
||
---|---|---|
button | ||
css | ||
data | ||
debian | ||
form | ||
grid | ||
images | ||
mixin | ||
node | ||
panel | ||
window | ||
defines.mk | ||
Makefile | ||
Toolkit.js | ||
Utils.js |