puppeteer/utils/doclint/check_public_api/test/md-builder-common/result.txt

39 lines
706 B
Plaintext
Raw Normal View History

{
"classes": [
{
"name": "Foo",
"members": [
{
"name": "frame",
"type": {
"name": "[Frame]"
},
"kind": "event"
},
{
"name": "$",
"type": {
"name": "Promise<ElementHandle>"
},
"kind": "method",
"args": [
{
"name": "selector",
"type": {
"name": "string"
},
"kind": "property"
}
]
},
{
"name": "url",
"type": {
"name": "string"
},
"kind": "property"
}
]
}
]
}