Update API doc
parent
d0644ce79f
commit
251eb2bb4f
|
@ -46982,6 +46982,14 @@
|
||||||
"default": "false",
|
"default": "false",
|
||||||
"description": "Current focused state of item as a boolean."
|
"description": "Current focused state of item as a boolean."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "disabled",
|
||||||
|
"optional": false,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "boolean",
|
||||||
|
"default": "false",
|
||||||
|
"description": "Current disabled state of the item as a boolean."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "option",
|
"name": "option",
|
||||||
"optional": false,
|
"optional": false,
|
||||||
|
|
Loading…
Reference in New Issue