Update API doc
parent
99434c4c00
commit
c90629114b
|
@ -41878,6 +41878,14 @@
|
||||||
"type": "VirtualScrollerPassThroughOptions",
|
"type": "VirtualScrollerPassThroughOptions",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to DOM elements inside the component."
|
"description": "Uses to pass attributes to DOM elements inside the component."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "unstyled",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "boolean",
|
||||||
|
"default": "false",
|
||||||
|
"description": "When enabled, it removes component related styles in the core."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": [
|
"methods": [
|
||||||
|
@ -41942,7 +41950,13 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "loadingicon",
|
"name": "loadingicon",
|
||||||
"parameters": [],
|
"parameters": [
|
||||||
|
{
|
||||||
|
"name": "scope",
|
||||||
|
"optional": false,
|
||||||
|
"type": "{\n \t <b>class</b>: string, // Style class of the icon.\n }"
|
||||||
|
}
|
||||||
|
],
|
||||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||||
"description": "Custom loading icon template."
|
"description": "Custom loading icon template."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue