ILoadScriptOptions interface

Options for the loadScript() method in ISPComponentLoader

Properties

globalExportsName

If set, the loaded script will be stored in a global variable under this name.

Property Details

globalExportsName

If set, the loaded script will be stored in a global variable under this name.

globalExportsName?: string;

Property Value

string