Preparing search index...
The search index is not available
Langium - v3.3.0
Langium
langium/test
ExpectDiagnosticAstOptions
Interface ExpectDiagnosticAstOptions<T>
interface
ExpectDiagnosticAstOptions
<
T
>
{
node
?:
T
;
property
?:
{
index
?:
number
;
name
:
Properties
<
T
>
;
}
|
Properties
<
T
>
;
}
Type Parameters
T
extends
AstNode
Index
Properties
node?
property?
Properties
Optional
node
node
?:
T
Optional
property
property
?:
{
index
?:
number
;
name
:
Properties
<
T
>
;
}
|
Properties
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
node
property
Langium - v3.3.0
Loading...