Update API doc
parent
309597fa14
commit
1fce3d50a5
|
@ -14516,6 +14516,19 @@
|
|||
"parameters": [],
|
||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Custom icon template."
|
||||
},
|
||||
{
|
||||
"name": "container",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "scope",
|
||||
"optional": false,
|
||||
"type": "{\n \t <span class=\"font-medium\">message</span>: any, // Message of the component\n \t <span class=\"font-medium\">onClose</span>: () ⇒ void, // Close dialog function.\n}",
|
||||
"description": "container slot's params."
|
||||
}
|
||||
],
|
||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Custom container slot."
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -14788,6 +14801,19 @@
|
|||
"parameters": [],
|
||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Custom icon template."
|
||||
},
|
||||
{
|
||||
"name": "container",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "scope",
|
||||
"optional": false,
|
||||
"type": "{\n \t <span class=\"font-medium\">message</span>: any, // Message of the component\n \t <span class=\"font-medium\">onAccept</span>: () ⇒ void, // Accept function of the component\n\t <span class=\"font-medium\">onReject</span>: () ⇒ void, // Reject function of the component\n}",
|
||||
"description": "container slot's params."
|
||||
}
|
||||
],
|
||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Custom container slot."
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue