@agentix-e/spel-ts - v1.2.2
Preparing search index...
FormatOptions
Interface FormatOptions
Options for SpEL expression formatting.
interface
FormatOptions
{
indentSize
?:
number
;
maxLineWidth
?:
number
;
spacing
?:
"always"
|
"compact"
;
}
Index
Properties
indent
Size?
max
Line
Width?
spacing?
Properties
Optional
indent
Size
indentSize
?:
number
Optional
max
Line
Width
maxLineWidth
?:
number
Optional
spacing
spacing
?:
"always"
|
"compact"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
indent
Size
max
Line
Width
spacing
@agentix-e/spel-ts - v1.2.2
Loading...
Options for SpEL expression formatting.