Storage
Manage records associated with data storage utility components of flows.
Last updated
Was this helpful?
Manage records associated with data storage utility components of flows.
Last updated
Was this helpful?
Was this helpful?
const storage = appmixer.ui.Storage(config)
storage.set(key, value)
storage.get(key)storage.state(name, value)const storage = appmixer.ui.Storage({
el: '#storage'
})
storage.open()