How do you implement getters? #40
Replies: 1 comment 3 replies
-
store.getValue()
store.query(getEntities())
store.query(getEntity(id))
store.query(hasEntity()) |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Figments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
in akita, i was able to create a bunch of getters to grab state snapshots and return values, but how do i accomplish something like this:
in elf?
Beta Was this translation helpful? Give feedback.
All reactions