MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / fillFromJson

Method fillFromJson

packages/alphatab/src/Settings.ts:75–77  ·  view source on GitHub ↗

* @target web

(json: SettingsJson)

Source from the content-addressed store, hash-verified

73 * @target web
74 */
75 public fillFromJson(json: SettingsJson): void {
76 SettingsSerializer.fromJson(this, json);
77 }
78
79 /**
80 * handles backwards compatibility aspects on the settings, removed in 2.0

Callers 4

constructorMethod · 0.95
constructorMethod · 0.95
constructorMethod · 0.95
buildSettingsFunction · 0.95

Calls 1

fromJsonMethod · 0.45

Tested by

no test coverage detected