{
|
|
"Type": "ElementIFace",
|
|
"Interface": true,
|
|
"Implements": [
|
|
"EventTarget",
|
|
"Node"
|
|
],
|
|
"Properties": [
|
|
{
|
|
"Name": "className",
|
|
"Type": "string"
|
|
},
|
|
{
|
|
"Name": "id",
|
|
"Type": "string"
|
|
}
|
|
],
|
|
"Functions": [
|
|
{
|
|
"Name": "querySelector",
|
|
"Arguments": [
|
|
{
|
|
"Name": "selector",
|
|
"Type": "string"
|
|
}
|
|
],
|
|
"ReturnType": "*Element"
|
|
},
|
|
{
|
|
"Name": "querySelectorAll",
|
|
"Arguments": [
|
|
{
|
|
"Name": "selector",
|
|
"Type": "string"
|
|
}
|
|
],
|
|
"ReturnType": "[]*Element"
|
|
},
|
|
{
|
|
"Name": "attachShadow",
|
|
"Arguments": [
|
|
{
|
|
"Name": "shadowRootInit",
|
|
"Type": "ShadowRootInit"
|
|
}
|
|
],
|
|
"ReturnType": "*ShadowRoot"
|
|
}
|
|
]
|
|
}
|