Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
InlayHintsAdapter
Class InlayHintsAdapter
Index
Constructors
constructor
Properties
cache
commands
disposables
documents
provider
Methods
convert
Inlay
Hint
is
Valid
Inlay
Hint
provide
Inlay
Hints
release
Hints
resolve
Inlay
Hint
Constructors
constructor
new
Inlay
Hints
Adapter
(
provider
,
documents
,
commands
)
:
InlayHintsAdapter
Parameters
provider
:
InlayHintsProvider
<
InlayHint
>
documents
:
DocumentsExtImpl
commands
:
CommandRegistryImpl
Returns
InlayHintsAdapter
Properties
Private
cache
cache
:
Cache
<
InlayHint
>
= ...
Private
Readonly
commands
commands
:
CommandRegistryImpl
Private
Readonly
disposables
disposables
:
Map
<
number
,
DisposableCollection
>
= ...
Private
Readonly
documents
documents
:
DocumentsExtImpl
Private
Readonly
provider
provider
:
InlayHintsProvider
<
InlayHint
>
Methods
Private
convert
Inlay
Hint
convert
Inlay
Hint
(
hint
,
id
)
:
InlayHintDto
Parameters
hint
:
InlayHint
id
:
ChainedCacheId
Returns
InlayHintDto
Private
is
Valid
Inlay
Hint
is
Valid
Inlay
Hint
(
hint
,
range
?
)
:
boolean
Parameters
hint
:
InlayHint
Optional
range
:
Range
Returns
boolean
provide
Inlay
Hints
provide
Inlay
Hints
(
resource
,
range
,
token
)
:
Promise
<
undefined
|
InlayHintsDto
>
Parameters
resource
:
URI
range
:
Range
token
:
CancellationToken
Returns
Promise
<
undefined
|
InlayHintsDto
>
release
Hints
release
Hints
(
id
)
:
Promise
<
void
>
Parameters
id
:
number
Returns
Promise
<
void
>
resolve
Inlay
Hint
resolve
Inlay
Hint
(
id
,
token
)
:
Promise
<
undefined
|
InlayHint
>
Parameters
id
:
ChainedCacheId
token
:
CancellationToken
Returns
Promise
<
undefined
|
InlayHint
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
cache
commands
disposables
documents
provider
convert
Inlay
Hint
is
Valid
Inlay
Hint
provide
Inlay
Hints
release
Hints
resolve
Inlay
Hint
Theia TypeDoc
Loading...