ThermionViewerJS.fromGlobalProperty constructor
ThermionViewerJS.fromGlobalProperty(
- String globalPropertyName
Implementation
ThermionViewerJS.fromGlobalProperty(String globalPropertyName) {
this._shim = globalContext.getProperty(globalPropertyName.toJS)
as ThermionViewerJSShim;
}