-
Notifications
You must be signed in to change notification settings - Fork 697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add JSON view for interfaces #2449
Labels
enhancement
Improved functionality
Comments
This is a really good idea, makes it easier to quickly scan for what you know ought to be there! |
Thanks for the comment
…On Sun, Nov 26, 2023, 4:59 PM Gerrit Birkeland ***@***.***> wrote:
This is a really good idea, makes it easier to quickly scan for what you
know ought to be there!
—
Reply to this email directly, view it on GitHub
<#2449 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWMIKFPUGFOIVPPB3Z45ESTYGPCWPAVCNFSM6AAAAAA73AAZYGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRWHEZDSNJZGI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thanks! Just updated and this really makes a huge visual difference :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search Terms
JSON, type definition, interfaces
Problem
At the top of each type page, there is a nice JSON view of all the properties for the type (see https://bitbadges.github.io/bitbadgesjs/packages/proto/docs/types/Coin.html). However, for interfaces, there is no such UI box.
Suggested Solution
Would it be possible to also add this view to interface pages as well? It gives a really nice summary of what can be expected from the type all in one place.
The text was updated successfully, but these errors were encountered: