MCPcopy Create free account
hub / github.com/UI5/webcomponents / getDefaultTooltip

Method getDefaultTooltip

packages/main/src/Button.ts:659–665  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

657 }
658
659 getDefaultTooltip() {
660 if (!getEnableDefaultTooltips()) {
661 return;
662 }
663
664 return getIconAccessibleName(this.icon);
665 }
666
667 get buttonTypeText() {
668 return Button.i18nBundle.getText(Button.typeTextMappings()[this.design]);

Callers 1

onBeforeRenderingMethod · 0.95

Calls 2

getIconAccessibleNameFunction · 0.85
getEnableDefaultTooltipsFunction · 0.50

Tested by

no test coverage detected