Api generator changes

This commit is contained in:
Bahadır Sofuoğlu 2023-03-24 15:37:26 +03:00 committed by Tuğçe Küçükoğlu
parent b63bc4db2f
commit f9074c68a6
3 changed files with 35 additions and 1 deletions

View file

@ -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'
}
];