MCPcopy Create free account
hub / github.com/shoutem/ui / constructor

Method constructor

services/variableResolver.js:7–11  ·  view source on GitHub ↗
(variables)

Source from the content-addressed store, hash-verified

5
6export class ThemeVariableResolver {
7 constructor(variables) {
8 this.variables = { ...variables };
9
10 autoBind(this);
11 }
12
13 setVariables(variables) {
14 this.variables = { ...variables };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected