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

Method overflowPresentation

packages/main/src/Tab.ts:239–241  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

237 }
238
239 get overflowPresentation() {
240 return executeTemplate(Tab.overflowTemplate, this);
241 }
242
243 get stableDomRef() {
244 return this.getAttribute("stable-dom-ref") || `${this._id}-stable-dom-ref`;

Callers

nothing calls this directly

Calls 1

executeTemplateFunction · 0.85

Tested by

no test coverage detected