mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update API doc
This commit is contained in:
parent
82fb1e1c65
commit
1c40b50e01
1 changed files with 8 additions and 2 deletions
|
@ -18055,7 +18055,7 @@
|
|||
"readonly": false,
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "Icon to display in the message close button."
|
||||
"description": "Icon to display in the overlaypanel close button."
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
|
@ -20870,7 +20870,7 @@
|
|||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "string",
|
||||
"default": "pi pi-times",
|
||||
"default": "",
|
||||
"description": "Icon to display in the sidebar close button."
|
||||
},
|
||||
{
|
||||
|
@ -20908,6 +20908,12 @@
|
|||
"parameters": [],
|
||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Custom header template."
|
||||
},
|
||||
{
|
||||
"name": "closeicon",
|
||||
"parameters": [],
|
||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Custom close icon template."
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue