-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Simpla’s Javascript client could have a declarative interface to allow easy data binding in WC stack. In the spirit of the Polymerfire elements.
Init options reflected to element properties, states reflected to readonly element properties, and SDK methods mirrored to methods on the element.
Something like this (in Polymer app, could be used anywhere with bindable props):
<simpla-app
project="my-project"
editable=“{{editable}}"
authenticated=“{{authenticated}}">
</simpla-app>