Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
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." }
|
|
}
|
|
}
|