20 lines
900 B
JSON
20 lines
900 B
JSON
|
|
{
|
||
|
|
"hookDescription": "",
|
||
|
|
"parametersDescriptions": {
|
||
|
|
"badgeContent": { "description": "The content rendered within the badge." },
|
||
|
|
"invisible": { "description": "If <code>true</code>, the badge is invisible." },
|
||
|
|
"max": { "description": "Max count to show." },
|
||
|
|
"showZero": {
|
||
|
|
"description": "Controls whether the badge is hidden when <code>badgeContent</code> is zero."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"returnValueDescriptions": {
|
||
|
|
"badgeContent": { "description": "Defines the content that's displayed inside the badge." },
|
||
|
|
"displayValue": {
|
||
|
|
"description": "Value to be displayed in the badge. If <code>badgeContent</code> is greater than <code>max</code>, it will return <code>max+</code>."
|
||
|
|
},
|
||
|
|
"invisible": { "description": "If <code>true</code>, the component will not be visible." },
|
||
|
|
"max": { "description": "Maximum number to be displayed in the badge." }
|
||
|
|
}
|
||
|
|
}
|