mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
chore(context-menu): update types
This commit is contained in:
parent
1101fe3bff
commit
2c9c2f1690
4 changed files with 6 additions and 3 deletions
|
@ -1605,6 +1605,7 @@
|
|||
"events": [
|
||||
{ "type": "forwarded", "name": "click", "element": "ul" },
|
||||
{ "type": "forwarded", "name": "keydown", "element": "ul" },
|
||||
{ "type": "dispatched", "name": "open" },
|
||||
{ "type": "dispatched", "name": "close" }
|
||||
],
|
||||
"typedefs": [],
|
||||
|
@ -1722,7 +1723,7 @@
|
|||
{
|
||||
"name": "id",
|
||||
"kind": "let",
|
||||
"description": "Specify the id\nIt's highly recommended to provide an id when using in a selectable/radio menu group",
|
||||
"description": "Specify the id\nIt's recommended to provide an id as a value to bind to within a selectable/radio menu group",
|
||||
"type": "string",
|
||||
"value": "\"ccs-\" + Math.random().toString(36)",
|
||||
"isFunction": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue