Search
Preparing search index...
The search index is not available
Theia TypeDoc
Options
All
Public
Public/Protected
All
Inherited
Menu
Theia TypeDoc
variable-resolver
VariableResolverService
Context
Class Context
Hierarchy
Context
Index
Constructors
constructor
Properties
options
resolved
variable
Registry
Methods
get
resolve
Constructors
constructor
new
Context
(
variableRegistry
:
VariableRegistry
, options
:
VariableResolveOptions
)
:
Context
Parameters
variableRegistry:
VariableRegistry
options:
VariableResolveOptions
Returns
Context
Properties
Protected
Readonly
options
options
:
VariableResolveOptions
Protected
Readonly
resolved
resolved
:
Map
<
string
,
undefined
|
string
>
= ...
Protected
Readonly
variable
Registry
variable
Registry
:
VariableRegistry
Methods
get
get
(
name
:
string
)
:
undefined
|
string
Parameters
name:
string
Returns
undefined
|
string
resolve
resolve
(
name
:
string
)
:
Promise
<
void
>
Parameters
name:
string
Returns
Promise
<
void
>
Exports
variable-
resolver
Variable
Resolver
Service
Context
constructor
options
resolved
variable
Registry
get
resolve