react-component-caching icon indicating copy to clipboard operation
react-component-caching copied to clipboard

Support object for templating

Open dtuyenle opened this issue 6 years ago • 0 comments

Just a thought. Is it possible we do {{result.user.name}}

We use this string and get the path using split('.')

We have access to props

props['result']['user']['name']

dtuyenle avatar Feb 22 '19 14:02 dtuyenle