mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
Merge 070a719150
into 4881ff7ffd
This commit is contained in:
commit
6b1fb7ee56
2 changed files with 14 additions and 2 deletions
6
types/OverflowMenu/OverflowMenu.svelte.d.ts
vendored
6
types/OverflowMenu/OverflowMenu.svelte.d.ts
vendored
|
@ -34,6 +34,12 @@ type $Props = {
|
|||
*/
|
||||
flipped?: boolean;
|
||||
|
||||
/**
|
||||
* Set to `true` to keep menu open after clicking the items
|
||||
* @default false
|
||||
*/
|
||||
persistentClickItems?: boolean;
|
||||
|
||||
/**
|
||||
* Specify the menu options class
|
||||
* @default undefined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue