Access external/custom properties from setup stores #1624
Unanswered
simonbrunel
asked this question in
Help and Questions
Replies: 1 comment
-
Just found it's a duplicate of #1611 which I somehow miss while searching for similar terms. @posva Feel free to delete this discussion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I can't figure out how to access external/custom properties from an action defined in a setup store:
For example:
I could use an options store and rely on
this.api
but I prefer the flexibility that provide setup stores.Is there a way to retrieve the current store and/or external properties inside a setup store?
Beta Was this translation helpful? Give feedback.
All reactions