Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
CompletionResultDto
Interface CompletionResultDto
interface
CompletionResultDto
{
completions
:
CompletionDto
[]
;
defaultRange
:
{
insert
:
Range
;
replace
:
Range
;
}
;
id
:
number
;
incomplete
?:
boolean
;
}
Hierarchy (
view full
)
IdObject
CompletionResultDto
Index
Properties
completions
default
Range
id
incomplete?
Properties
completions
completions
:
CompletionDto
[]
default
Range
default
Range
:
{
insert
:
Range
;
replace
:
Range
;
}
Type declaration
insert
:
Range
replace
:
Range
id
id
:
number
Optional
incomplete
incomplete
?:
boolean
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
completions
default
Range
id
incomplete
Theia TypeDoc
Loading...