Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
InlayHintsProvider
Interface InlayHintsProvider
interface
InlayHintsProvider
{
onDidChangeInlayHints
?:
Event
<
void
>
;
provideInlayHints
(
model
,
range
,
token
)
:
undefined
|
InlayHint
[]
|
Thenable
<
undefined
|
InlayHint
[]
>
;
resolveInlayHint
?
(
hint
,
token
)
:
undefined
|
InlayHint
[]
|
Thenable
<
undefined
|
InlayHint
[]
>
;
}
Index
Properties
on
Did
Change
Inlay
Hints?
Methods
provide
Inlay
Hints
resolve
Inlay
Hint?
Properties
Optional
on
Did
Change
Inlay
Hints
on
Did
Change
Inlay
Hints
?:
Event
<
void
>
Methods
provide
Inlay
Hints
provide
Inlay
Hints
(
model
,
range
,
token
)
:
undefined
|
InlayHint
[]
|
Thenable
<
undefined
|
InlayHint
[]
>
Parameters
model
:
ITextModel
range
:
Range
token
:
CancellationToken
Returns
undefined
|
InlayHint
[]
|
Thenable
<
undefined
|
InlayHint
[]
>
Optional
resolve
Inlay
Hint
resolve
Inlay
Hint
(
hint
,
token
)
:
undefined
|
InlayHint
[]
|
Thenable
<
undefined
|
InlayHint
[]
>
Parameters
hint
:
InlayHint
token
:
CancellationToken
Returns
undefined
|
InlayHint
[]
|
Thenable
<
undefined
|
InlayHint
[]
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
on
Did
Change
Inlay
Hints
provide
Inlay
Hints
resolve
Inlay
Hint
Theia TypeDoc
Loading...