Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
InlineValuesProvider
Interface InlineValuesProvider
interface
InlineValuesProvider
{
onDidChangeInlineValues
?:
Event
<
void
>
;
provideInlineValues
(
model
,
viewPort
,
context
,
token
)
:
undefined
|
InlineValue
[]
|
Thenable
<
undefined
|
InlineValue
[]
>
;
}
Index
Properties
on
Did
Change
Inline
Values?
Methods
provide
Inline
Values
Properties
Optional
on
Did
Change
Inline
Values
on
Did
Change
Inline
Values
?:
Event
<
void
>
Methods
provide
Inline
Values
provide
Inline
Values
(
model
,
viewPort
,
context
,
token
)
:
undefined
|
InlineValue
[]
|
Thenable
<
undefined
|
InlineValue
[]
>
Parameters
model
:
ITextModel
viewPort
:
Range
context
:
InlineValueContext
token
:
CancellationToken
Returns
undefined
|
InlineValue
[]
|
Thenable
<
undefined
|
InlineValue
[]
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
on
Did
Change
Inline
Values
provide
Inline
Values
Theia TypeDoc
Loading...