apigee / IgniteEngine-iOS

A platform for rapidly building native mobile applications using declarative JSON.
https://ignite.apigee.com
Other
21 stars 14 forks source link

Create a new action (alias of Modify) called "Set" #173

Open brandonscript opened 9 years ago

brandonscript commented 9 years ago

When setting variables (like session) should be able to do something like:

{
    "_type": "Set",
    "set": {
        "$session.property": "bob",
    },
    "on": "touchUp"
}