mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
80 lines
2.1 KiB
JSON
80 lines
2.1 KiB
JSON
[
|
|
{
|
|
"type": "interface",
|
|
"name": "Animal",
|
|
"partial": false,
|
|
"members": [
|
|
{
|
|
"type": "attribute",
|
|
"static": false,
|
|
"stringifier": false,
|
|
"inherit": false,
|
|
"readonly": false,
|
|
"idlType": {
|
|
"sequence": false,
|
|
"generic": null,
|
|
"nullable": false,
|
|
"array": false,
|
|
"union": false,
|
|
"idlType": "DOMString"
|
|
},
|
|
"name": "name",
|
|
"extAttrs": []
|
|
}
|
|
],
|
|
"inheritance": null,
|
|
"extAttrs": []
|
|
},
|
|
{
|
|
"type": "interface",
|
|
"name": "Human",
|
|
"partial": false,
|
|
"members": [
|
|
{
|
|
"type": "attribute",
|
|
"static": false,
|
|
"stringifier": false,
|
|
"inherit": false,
|
|
"readonly": false,
|
|
"idlType": {
|
|
"sequence": false,
|
|
"generic": null,
|
|
"nullable": false,
|
|
"array": false,
|
|
"union": false,
|
|
"idlType": "Dog"
|
|
},
|
|
"name": "pet",
|
|
"extAttrs": []
|
|
}
|
|
],
|
|
"inheritance": "Animal",
|
|
"extAttrs": []
|
|
},
|
|
{
|
|
"type": "interface",
|
|
"name": "Dog",
|
|
"partial": false,
|
|
"members": [
|
|
{
|
|
"type": "attribute",
|
|
"static": false,
|
|
"stringifier": false,
|
|
"inherit": false,
|
|
"readonly": false,
|
|
"idlType": {
|
|
"sequence": false,
|
|
"generic": null,
|
|
"nullable": false,
|
|
"array": false,
|
|
"union": false,
|
|
"idlType": "Human"
|
|
},
|
|
"name": "owner",
|
|
"extAttrs": []
|
|
}
|
|
],
|
|
"inheritance": "Animal",
|
|
"extAttrs": []
|
|
}
|
|
] |