Langium - v4.0.0
Preparing search index...
langium/test
ExpectDiagnosticAstOptions
Interface ExpectDiagnosticAstOptions<T>
interface
ExpectDiagnosticAstOptions
<
T
extends
AstNode
>
{
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 - v4.0.0
Loading...