proposit-core
Preparing search index...
lib
collectArgumentReferencedVariables
Function collectArgumentReferencedVariables
collectArgumentReferencedVariables
(
ctx
:
TArgumentValidationContext
,
)
:
{
byId
:
Record
<
string
,
{
premiseIds
:
string
[]
;
symbol
:
string
}
>
;
bySymbol
:
Record
<
string
,
{
premiseIds
:
string
[]
;
variableIds
:
string
[]
}
>
;
variableIds
:
string
[]
;
}
Indexes variables referenced across all premises by ID and by symbol.
Parameters
ctx
:
TArgumentValidationContext
Returns
{
byId
:
Record
<
string
,
{
premiseIds
:
string
[]
;
symbol
:
string
}
>
;
bySymbol
:
Record
<
string
,
{
premiseIds
:
string
[]
;
variableIds
:
string
[]
}
>
;
variableIds
:
string
[]
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
proposit-core
Loading...
Indexes variables referenced across all premises by ID and by symbol.