Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
PluginPackageLanguageContributionConfiguration
Interface PluginPackageLanguageContributionConfiguration
interface
PluginPackageLanguageContributionConfiguration
{
autoClosingPairs
?:
(
CharacterPair
|
AutoClosingPairConditional
)
[]
;
brackets
?:
CharacterPair
[]
;
comments
?:
CommentRule
;
folding
?:
FoldingRules
;
indentationRules
?:
IndentationRules
;
onEnterRules
?:
OnEnterRule
[]
;
surroundingPairs
?:
(
CharacterPair
|
AutoClosingPair
)
[]
;
wordPattern
?:
string
;
}
Index
Properties
auto
Closing
Pairs?
brackets?
comments?
folding?
indentation
Rules?
on
Enter
Rules?
surrounding
Pairs?
word
Pattern?
Properties
Optional
auto
Closing
Pairs
auto
Closing
Pairs
?:
(
CharacterPair
|
AutoClosingPairConditional
)
[]
Optional
brackets
brackets
?:
CharacterPair
[]
Optional
comments
comments
?:
CommentRule
Optional
folding
folding
?:
FoldingRules
Optional
indentation
Rules
indentation
Rules
?:
IndentationRules
Optional
on
Enter
Rules
on
Enter
Rules
?:
OnEnterRule
[]
Optional
surrounding
Pairs
surrounding
Pairs
?:
(
CharacterPair
|
AutoClosingPair
)
[]
Optional
word
Pattern
word
Pattern
?:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
auto
Closing
Pairs
brackets
comments
folding
indentation
Rules
on
Enter
Rules
surrounding
Pairs
word
Pattern
Theia TypeDoc
Loading...