Flow APIs

Data Storage

Every widget can save its own data and retrieve it in future sessions.

Save data

this.$api.datastore.export(data)

data: (Object) the object you want to persist. The object will be stringified before getting stored.

Restoring data

this.$api.datastore.import(store)

store: (Object) the object to merge with the stored data. A copy with the new data will be returned. Returns the stored object structure.

Community of Makers

Our Discord has evolved into a vibrant hub for widget creators. Seek answers to your questions, and showcase your innovative widgets to a community of passionate makers.