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

44 lines
971 B
Plaintext
Raw Normal View History

2019-11-19 03:18:28 +01:00
{
"classes": [
{
"name": "Foo",
"comment": "This is a class.",
2019-11-19 03:18:28 +01:00
"members": [
{
"name": "frame",
"type": {
"name": "[Frame]"
},
"kind": "event",
"comment": "This event is dispatched."
2019-11-19 03:18:28 +01:00
},
{
"name": "$",
"type": {
"name": "Promise<ElementHandle>"
},
"kind": "method",
"comment": "The method runs document.querySelector.",
2019-11-19 03:18:28 +01:00
"args": [
{
"name": "selector",
"type": {
"name": "string"
},
"kind": "property",
"comment": "A selector to query page for"
2019-11-19 03:18:28 +01:00
}
]
},
{
"name": "url",
"type": {
"name": "string"
},
"kind": "property",
"comment": "Contains the URL of the request."
2019-11-19 03:18:28 +01:00
}
]
}
]
}