@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/api
tsc
EditorSettings
Interface EditorSettings
interface
EditorSettings
{
baseIndentSize
?:
number
;
convertTabsToSpaces
?:
boolean
;
indentSize
?:
number
;
indentStyle
?:
tsc
.
IndentStyle
;
newLineCharacter
?:
string
;
tabSize
?:
number
;
trimTrailingWhitespace
?:
boolean
;
}
Hierarchy (
View Summary
)
EditorSettings
SupportedFormatCodeSettings
tsc
.
FormatCodeSettings
Index
Properties
base
Indent
Size?
convert
Tabs
To
Spaces?
indent
Size?
indent
Style?
new
Line
Character?
tab
Size?
trim
Trailing
Whitespace?
Properties
Optional
base
Indent
Size
baseIndentSize
?:
number
Optional
convert
Tabs
To
Spaces
convertTabsToSpaces
?:
boolean
Optional
indent
Size
indentSize
?:
number
Optional
indent
Style
indentStyle
?:
tsc
.
IndentStyle
Optional
new
Line
Character
newLineCharacter
?:
string
Optional
tab
Size
tabSize
?:
number
Optional
trim
Trailing
Whitespace
trimTrailingWhitespace
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Indent
Size
convert
Tabs
To
Spaces
indent
Size
indent
Style
new
Line
Character
tab
Size
trim
Trailing
Whitespace
@servicenow/sdk - v4.4.1
Loading...