mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Update API doc
This commit is contained in:
parent
cecef6ab52
commit
378765c71d
2 changed files with 34 additions and 6 deletions
|
@ -6865,25 +6865,53 @@
|
|||
},
|
||||
{
|
||||
"name": "previousicon",
|
||||
"parameters": [],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "scope",
|
||||
"optional": false,
|
||||
"type": "{\n \t <b>class</b>: any, // Style class of the dropdown icon\n }",
|
||||
"description": "previous icon slot's params."
|
||||
}
|
||||
],
|
||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Custom previous icon template."
|
||||
},
|
||||
{
|
||||
"name": "nexticon",
|
||||
"parameters": [],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "scope",
|
||||
"optional": false,
|
||||
"type": "{\n \t <b>class</b>: any, // Style class of the dropdown icon\n }",
|
||||
"description": "next icon slot's params."
|
||||
}
|
||||
],
|
||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Custom next icon template."
|
||||
},
|
||||
{
|
||||
"name": "incrementicon",
|
||||
"parameters": [],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "scope",
|
||||
"optional": false,
|
||||
"type": "{\n \t <b>class</b>: any, // Style class of the dropdown icon\n }",
|
||||
"description": "increment icon slot's params."
|
||||
}
|
||||
],
|
||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Custom increment icon template."
|
||||
},
|
||||
{
|
||||
"name": "decrementicon",
|
||||
"parameters": [],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "scope",
|
||||
"optional": false,
|
||||
"type": "{\n \t <b>class</b>: any, // Style class of the dropdown icon\n }",
|
||||
"description": "decrement icon slot's params."
|
||||
}
|
||||
],
|
||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Custom decrement icon template."
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue