Update API doc
parent
82fb1e1c65
commit
1c40b50e01
|
@ -18055,7 +18055,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Icon to display in the message close button."
|
"description": "Icon to display in the overlaypanel close button."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -20870,7 +20870,7 @@
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "pi pi-times",
|
"default": "",
|
||||||
"description": "Icon to display in the sidebar close button."
|
"description": "Icon to display in the sidebar close button."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -20908,6 +20908,12 @@
|
||||||
"parameters": [],
|
"parameters": [],
|
||||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||||
"description": "Custom header template."
|
"description": "Custom header template."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "closeicon",
|
||||||
|
"parameters": [],
|
||||||
|
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||||
|
"description": "Custom close icon template."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue