You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now, there does not seem to be a way to access a nested scoped name easily.
E.g. if I have resource 'foo' with name 'example1' that has nested resource 'bar' with name 'example2', bar.name evaluates to example1/example2. There is no property on bar that returns just 'example2'.
The text was updated successfully, but these errors were encountered:
As of now, there does not seem to be a way to access a nested scoped name easily.
E.g. if I have resource 'foo' with name 'example1' that has nested resource 'bar' with name 'example2',
bar.name
evaluates toexample1/example2
. There is no property onbar
that returns just'example2'
.The text was updated successfully, but these errors were encountered: