Update API doc
parent
515ae35fc5
commit
53b595a236
|
@ -30241,6 +30241,13 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "SelectButtonState",
|
"type": "SelectButtonState",
|
||||||
"default": ""
|
"default": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "context",
|
||||||
|
"optional": false,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "SelectButtonContext",
|
||||||
|
"default": ""
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -30327,6 +30334,29 @@
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
},
|
},
|
||||||
|
"SelectButtonContext": {
|
||||||
|
"description": "Defines current options in SelectButton component.",
|
||||||
|
"relatedProp": "",
|
||||||
|
"props": [
|
||||||
|
{
|
||||||
|
"name": "active",
|
||||||
|
"optional": false,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "boolean",
|
||||||
|
"default": "false",
|
||||||
|
"description": "Current active state of the item as a boolean."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "focused",
|
||||||
|
"optional": false,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "boolean",
|
||||||
|
"default": "false",
|
||||||
|
"description": "Current focused state of item as a boolean."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"methods": []
|
||||||
|
},
|
||||||
"SelectButtonProps": {
|
"SelectButtonProps": {
|
||||||
"description": "Defines valid properties in SelectButton component.",
|
"description": "Defines valid properties in SelectButton component.",
|
||||||
"relatedProp": "",
|
"relatedProp": "",
|
||||||
|
|
Loading…
Reference in New Issue