Static function
Fast
Package.Export
Makes any variable available in the global scope
Syntax
Package.Export(variable_name, value)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
variable_name
|
string | — | Name of the variable to export |
value
|
any | — | Value to be set in the global scope |