mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Api generator changes
This commit is contained in:
parent
b63bc4db2f
commit
f9074c68a6
3 changed files with 35 additions and 1 deletions
|
@ -22,6 +22,12 @@ const PanelProps = [
|
|||
type: 'string',
|
||||
default: 'null',
|
||||
description: 'Uses to pass the custom value to read for the anchor inside the component.'
|
||||
},
|
||||
{
|
||||
name: 'pt',
|
||||
type: 'any',
|
||||
default: 'null',
|
||||
description: 'Uses to pass attributes to DOM elements inside the component.'
|
||||
}
|
||||
];
|
||||
|
||||
|
@ -52,6 +58,10 @@ const PanelSlots = [
|
|||
{
|
||||
name: 'icons',
|
||||
description: "Custom content for the header's icon"
|
||||
},
|
||||
{
|
||||
name: 'headericon',
|
||||
description: 'Custom header icon template of panel'
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue