Update API doc
parent
dfdc462fe9
commit
557698d04f
|
@ -36567,6 +36567,14 @@
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": "false",
|
"default": "false",
|
||||||
"description": "Current focused state of item as a boolean."
|
"description": "Current focused state of item as a boolean."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "option",
|
||||||
|
"optional": false,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "any",
|
||||||
|
"default": "",
|
||||||
|
"description": "Available option."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
|
Loading…
Reference in New Issue