be-transactional
v0.0.22
Published
Use appHistory as a trade blotter, providing a kind of global state unifier across components.
Downloads
48
Maintainers
Readme
be-transactional
Use the Navigation API as a "trade blotter", providing a kind of global state unifier across components.
Size of package, including custom element behavior framework (be-decorated):
Size of new code in this package:
<cotus-house be-transactional='{
"impeachmentCount:onSet": "cotus.house.impeachmentCount"
}'></cotus-house>
...
<cotus-potus be-current='{
"impeachmentCount": "cotus.house.impeachmentCount"
}'></cotus-potus>
is shorthand for:
<cotus-house be-transactional='{
"impeachmentCount:onSet": {
"path": "cotus.house.impeachmentCount",
"valueFromTarget": "impeachmentCount",
}
}'></cotus-house>
...
<cotus-potus be-current='{
"impeachmentCount": "cotus.house.impeachmentCount"
}'></cotus-potus>