Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/shoutem/ui
/ setVariables
Method
setVariables
services/variableResolver.js:13–15 ·
view source on GitHub ↗
(variables)
Source
from the content-addressed store, hash-verified
11
}
12
13
setVariables(variables) {
14
this.variables = { ...variables };
15
}
16
17
getScopedVariable(scope, variable) {
18
if
(!this.variables || _.isEmpty(this.variables)) {
Callers
1
setDefaultThemeStyle
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected