Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ getFeature
Function
getFeature
packages/base/src/FeaturesRegistry.ts:7–9 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
5
};
6
7
const
getFeature = <T>(name: string): T => {
8
return
features.get(name) as T;
9
};
10
11
export
{
12
registerFeature,
Callers
14
OpenedPopupsRegistry.ts
File · 0.85
insertFontFace
Function · 0.85
applyOpenUI5Configuration
Function · 0.85
initF6Navigation
Function · 0.85
attachOpenUI5SupportListeners
Function · 0.85
effectiveHtml
Function · 0.85
effectiveSvg
Function · 0.85
litRender
Function · 0.85
scopeTag
Function · 0.85
_keydownHandler
Method · 0.85
getEffectiveStyle
Function · 0.85
detectExternalTheme
Function · 0.85
Calls
1
get
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…