Preparing search index...
The search index is not available
Langium - v3.3.0
Langium
langium/generate
IndentConfig
Interface IndentConfig
interface
IndentConfig
{
indentation
?:
string
|
number
;
indentedChildren
?:
Generated
[]
|
(
(
indented
:
IndentNode
)
=>
void
)
;
indentEmptyLines
?:
boolean
;
indentImmediately
?:
boolean
;
}
Index
Properties
indentation?
indented
Children?
indent
Empty
Lines?
indent
Immediately?
Properties
Optional
indentation
indentation
?:
string
|
number
Optional
indented
Children
indented
Children
?:
Generated
[]
|
(
(
indented
:
IndentNode
)
=>
void
)
Optional
indent
Empty
Lines
indent
Empty
Lines
?:
boolean
Optional
indent
Immediately
indent
Immediately
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
indentation
indented
Children
indent
Empty
Lines
indent
Immediately
Langium - v3.3.0
Loading...