How can I show shared tooltip for JSON array items? #30
Unanswered
mountaindude
asked this question in
Q&A
Replies: 1 comment 4 replies
-
You can do this using the following paths: servers\..\name |
Beta Was this translation helpful? Give feedback.
4 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.
Uh oh!
There was an error while loading. Please reload this page.
-
This is included in 2.8.1, but I cannot get it to work.
Let's say I have this JSON
What would the tooltip definitions be if I'd like to have different (general) tooltips for
servers[].name
andusers[].name
?I guess the question is if it is possible to have leaf properties with the same name (in this case
name
) in different arrays, and these properties get different tooltips.Also, what if there are arrays within arrays?
How would I define a general tooltip for phone countrycode in the example above?
Feels like this is a can of worms opening when looking at all the possible combinations..
Beta Was this translation helpful? Give feedback.
All reactions