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