ThermionViewerJS.fromGlobalProperty constructor

ThermionViewerJS.fromGlobalProperty(
  1. String globalPropertyName
)

Implementation

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