Insomnia-Script-SDK-Docs
Preparing search index...
Variables
Class Variables
Index
Constructors
constructor
Methods
get
has
local
Vars
To
Object
replace
In
set
to
Object
Constructors
constructor
new
Variables
(
args
:
{
baseGlobalVars
:
Environment
;
collectionVars
:
Environment
;
environmentVars
:
Environment
;
folderLevelVars
:
Environment
[]
;
globalVars
:
Environment
;
iterationDataVars
:
Environment
;
localVars
:
Environment
;
}
,
)
:
Variables
Parameters
args
:
{
baseGlobalVars
:
Environment
;
collectionVars
:
Environment
;
environmentVars
:
Environment
;
folderLevelVars
:
Environment
[]
;
globalVars
:
Environment
;
iterationDataVars
:
Environment
;
localVars
:
Environment
;
}
Returns
Variables
Methods
get
get
(
variableName
:
string
)
:
undefined
Parameters
variableName
:
string
Returns
undefined
has
has
(
variableName
:
string
)
:
boolean
Parameters
variableName
:
string
Returns
boolean
local
Vars
To
Object
localVarsToObject
()
:
{
[
k
:
string
]:
undefined
|
string
|
number
|
boolean
}
Returns
{
[
k
:
string
]:
undefined
|
string
|
number
|
boolean
}
replace
In
replaceIn
(
template
:
string
)
:
string
Parameters
template
:
string
Returns
string
set
set
(
variableName
:
string
,
variableValue
:
undefined
|
null
|
string
|
number
|
boolean
,
)
:
void
Parameters
variableName
:
string
variableValue
:
undefined
|
null
|
string
|
number
|
boolean
Returns
void
to
Object
toObject
()
:
{
[
k
:
string
]:
undefined
|
string
|
number
|
boolean
}
Returns
{
[
k
:
string
]:
undefined
|
string
|
number
|
boolean
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
has
local
Vars
To
Object
replace
In
set
to
Object
Insomnia-Script-SDK-Docs
Loading...