Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/plugin-api-rpc-model
InlineValuesProvider
Interface InlineValuesProvider
interface
InlineValuesProvider
{
onDidChangeInlineValues
?:
Event
<
void
>
;
provideInlineValues
(
model
:
ITextModel
,
viewPort
:
Range
,
context
:
InlineValueContext
,
token
:
CancellationToken
,
)
:
undefined
|
InlineValue
[]
|
Thenable
<
undefined
|
InlineValue
[]
>
;
}
Index
Properties
on
Did
Change
Inline
Values?
Methods
provide
Inline
Values
Properties
Optional
on
Did
Change
Inline
Values
onDidChangeInlineValues
?:
Event
<
void
>
Methods
provide
Inline
Values
provideInlineValues
(
model
:
ITextModel
,
viewPort
:
Range
,
context
:
InlineValueContext
,
token
:
CancellationToken
,
)
:
undefined
|
InlineValue
[]
|
Thenable
<
undefined
|
InlineValue
[]
>
Parameters
model
:
ITextModel
viewPort
:
Range
context
:
InlineValueContext
token
:
CancellationToken
Returns
undefined
|
InlineValue
[]
|
Thenable
<
undefined
|
InlineValue
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Did
Change
Inline
Values
Methods
provide
Inline
Values
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...