Working with local data
Retrieving, updating, binding, and resetting local data
WorkingWithLocalDataRecipe.zip
3KB
Binary
Local Data Recipe Application Bundle
This recipe includes the following cards in the root view:
- A card that, when selected, will retrieve and update the
count
anditems
properties inskylight.local.data
- A card that, when selected, resets values in
skylight.local.data
- A card that is bound to the value in
skylight.local.data.count
- A card that is bound to the
skylight.local.data.items
array
The names of the properties used in this recipe (
count
and items
) are arbitrary.Last modified 2yr ago