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 5532950 commit a733ea5Copy full SHA for a733ea5
packages/element-web-module-api/element-web-module-api.api.md
@@ -327,11 +327,11 @@ export type RuntimeModuleConstructor = new (api: ModuleApi) => RuntimeModule;
327
// @alpha
328
export interface SpacePanelItemProps {
329
className?: string;
330
- contextMenuTooltip?: string;
331
icon?: JSX.Element;
332
label: string;
333
onSelected?(): void;
334
style?: React.CSSProperties;
+ tooltip?: string;
335
}
336
337
// @public
0 commit comments