MCPcopy Index your code
hub / github.com/UI5/webcomponents / showFallbackIcon

Method showFallbackIcon

packages/main/src/Avatar.ts:431–434  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

429 }
430
431 showFallbackIcon() {
432 this.initialsContainer?.classList.add("ui5-avatar-initials-hidden");
433 this.fallBackIconDomRef?.classList.remove("ui5-avatar-fallback-icon-hidden");
434 }
435
436 showInitials() {
437 this.initialsContainer?.classList.remove("ui5-avatar-initials-hidden");

Callers 1

_checkInitialsMethod · 0.95

Calls 2

addMethod · 0.80
removeMethod · 0.80

Tested by

no test coverage detected