mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
feat(ui-shell): add preventCloseOnClickOutside
to HeaderAction
(#1625)
Closes #1624
This commit is contained in:
parent
9b3f014a0b
commit
ea9b261b60
4 changed files with 36 additions and 9 deletions
|
@ -4923,6 +4923,18 @@
|
|||
"isRequired": false,
|
||||
"constant": false,
|
||||
"reactive": false
|
||||
},
|
||||
{
|
||||
"name": "preventCloseOnClickOutside",
|
||||
"kind": "let",
|
||||
"description": "Set to `true` to prevent the panel from closing when clicking outside",
|
||||
"type": "boolean",
|
||||
"value": "false",
|
||||
"isFunction": false,
|
||||
"isFunctionDeclaration": false,
|
||||
"isRequired": false,
|
||||
"constant": false,
|
||||
"reactive": false
|
||||
}
|
||||
],
|
||||
"moduleExports": [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue