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 d8df089 commit 5532950Copy full SHA for 5532950
packages/element-web-module-api/src/api/extras.ts
@@ -30,7 +30,7 @@ export interface SpacePanelItemProps {
30
/**
31
* A tooltip to show when hovering over the item
32
*/
33
- contextMenuTooltip?: string;
+ tooltip?: string;
34
35
36
* Styles to apply to the item
0 commit comments