We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d231f commit ec30b7fCopy full SHA for ec30b7f
packages/action-menu/src/ActionMenu.ts
@@ -33,6 +33,7 @@ import { SlottableRequestEvent } from '@spectrum-web-components/overlay/src/slot
33
* @slot - menu items to be listed in the Action Menu
34
* @slot icon - The icon to use for Action Menu
35
* @slot label - The label to use on for the Action Menu
36
+ * @slot label-only - The label to use for the Action Menu (no icon space reserved)
37
* @slot tooltip - Tooltip to to be applied to the the Action Button
38
* @attr selects - By default `sp-action-menu` does not manage a selection. If
39
* you'd like for a selection to be held by the `sp-menu` that it presents in
0 commit comments