Update API doc
parent
e0c71d8009
commit
0ad61a2864
|
@ -32621,6 +32621,13 @@
|
|||
"readonly": false,
|
||||
"type": "PickListState",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "context",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "PickListContext",
|
||||
"default": ""
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
|
@ -33072,6 +33079,29 @@
|
|||
],
|
||||
"methods": []
|
||||
},
|
||||
"PickListContext": {
|
||||
"description": "",
|
||||
"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 focus state of the item as a boolean."
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
},
|
||||
"PickListProps": {
|
||||
"description": "Defines valid properties in PickList component.",
|
||||
"relatedProp": "",
|
||||
|
|
Loading…
Reference in New Issue