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