ChromeDevTools / debugger-protocol-viewer

DevTools Protocol API docs—its domains, methods, and events
https://chromedevtools.github.io/devtools-protocol/
Other
862 stars 172 forks source link

Support for types that are "two levels deep" #31

Closed kdzwinel closed 9 years ago

kdzwinel commented 9 years ago

Some types, like Page.FrameResourceTree, have properties that are arrays of generic objects. Currently we do not show properties for these objects:

screen shot 2015-07-20 at 22 26 16

Proposed UI for the "second level" of properties:

screen shot 2015-07-20 at 22 53 11

Similar example: https://chromedevtools.github.io/debugger-protocol-viewer/CSS/#method-forcePseudoState (enum values missing)