Update API doc
parent
85df7a558d
commit
cbdf8e934a
|
@ -16324,8 +16324,26 @@
|
||||||
"description": "Custom close template."
|
"description": "Custom close template."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "imagePreview",
|
"name": "image",
|
||||||
"parameters": [],
|
"parameters": [
|
||||||
|
{
|
||||||
|
"name": "scope",
|
||||||
|
"optional": false,
|
||||||
|
"type": "{\n \t <b>class</b>: any, // Style class of the image element.\n \t <b>style</b>: any, // Style of the image element.\n \t <b>onError</b>: void, // Image error function.\n }"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||||
|
"description": "Custom image template."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "preview",
|
||||||
|
"parameters": [
|
||||||
|
{
|
||||||
|
"name": "scope",
|
||||||
|
"optional": false,
|
||||||
|
"type": "{\n \t <b>class</b>: any, // Style class of the preview image element.\n \t <b>style</b>: any, // Style of the preview image element.\n \t <b>onClick</b>: void, // Preview click function.\n }"
|
||||||
|
}
|
||||||
|
],
|
||||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||||
"description": "Custom preview template."
|
"description": "Custom preview template."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue