Accessing all template keys to build data #702
Unanswered
naveedannoor
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am wondering if there is a easy to way to access all the template keys somehow so that I can resolve them to build data. For example, I have the following template
I would like the keys
foo.headers.stuff
,foo.bar.customerId
, andfoo.headers.stuff
because these are properties that live in different locations within a context that need to be resolved in order to build data for the template. Is there a way to get the list of these keys or a way to achieve what i am trying to do?Beta Was this translation helpful? Give feedback.
All reactions