Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
browser/tooltip-service
TooltipService
Interface TooltipService
interface
TooltipService
{
tooltipId
:
string
;
attachTo
(
host
:
HTMLElement
)
:
void
;
update
(
fullRender
?:
boolean
)
:
void
;
}
Implemented by
TooltipServiceImpl
Index
Properties
tooltip
Id
Methods
attach
To
update
Properties
tooltip
Id
tooltipId
:
string
Methods
attach
To
attachTo
(
host
:
HTMLElement
)
:
void
Parameters
host
:
HTMLElement
Returns
void
update
update
(
fullRender
?:
boolean
)
:
void
Parameters
Optional
fullRender
:
boolean
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
tooltip
Id
Methods
attach
To
update
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...