Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ stripPresentation
Method
stripPresentation
packages/main/src/Tab.ts:235–237 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
233
}
234
235
get stripPresentation() {
236
return
executeTemplate(Tab.stripTemplate, this);
237
}
238
239
get overflowPresentation() {
240
return
executeTemplate(Tab.overflowTemplate, this);
Callers
nothing calls this directly
Calls
1
executeTemplate
Function · 0.85
Tested by
no test coverage detected