{
"hookDescription": "",
"parametersDescriptions": {
"disabled": { "description": "If true, the component is disabled." },
"focusableWhenDisabled": {
"description": "If true, allows a disabled button to receive focus."
},
"rootElementName": { "description": "The HTML element, e.g.'button', 'a' etc" },
"type": {
"description": "Type attribute applied when the component is button."
}
},
"returnValueDescriptions": {
"active": { "description": "If true, the component is active (pressed)." },
"focusVisible": {
"description": "If true, the component is being focused using keyboard."
},
"getRootProps": { "description": "Resolver for the root slot's props." },
"rootRef": { "description": "A ref to the component's root DOM element." },
"setFocusVisible": {
"description": "Callback for setting the focusVisible param."
}
}
}