status-im / pluto

https://status-im.github.io/pluto/
12 stars 3 forks source link

Local events can include conditional logic #94

Closed jeluard closed 5 years ago

jeluard commented 5 years ago
events/event-with-conditional
(let [{cond? :cond} properties]
  (if cond?
    [alert "True!"]
    [alert "False!"])