Preparing search index...
The search index is not available
Ace API Reference
Ace API Reference
src/mouse/default_gutter_handler
GutterTooltip
Class GutterTooltip
Hierarchy (
View Summary
)
Tooltip
GutterTooltip
Index
Constructors
constructor
Properties
editor
is
Open
visible
Tooltip
Row
Accessors
annotation
Labels
Methods
destroy
get
Element
get
Height
get
Width
hide
hide
Tooltip
on
Mouse
Out
set
Class
Name
set
Html
set
Position
set
Text
set
Theme
show
show
Tooltip
annotations
To
Summary
String
Constructors
constructor
new
GutterTooltip
(
editor
:
any
,
isHover
?:
boolean
)
:
GutterTooltip
Parameters
editor
:
any
Optional
isHover
:
boolean
Returns
GutterTooltip
Properties
editor
editor
:
any
is
Open
isOpen
:
boolean
visible
Tooltip
Row
visibleTooltipRow
:
number
Accessors
Static
annotation
Labels
get
annotationLabels
()
:
{
error
:
{
plural
:
any
;
singular
:
any
}
;
hint
:
{
plural
:
any
;
singular
:
any
}
;
info
:
{
plural
:
any
;
singular
:
any
}
;
security
:
{
plural
:
any
;
singular
:
any
}
;
warning
:
{
plural
:
any
;
singular
:
any
}
;
}
Returns
{
error
:
{
plural
:
any
;
singular
:
any
}
;
hint
:
{
plural
:
any
;
singular
:
any
}
;
info
:
{
plural
:
any
;
singular
:
any
}
;
security
:
{
plural
:
any
;
singular
:
any
}
;
warning
:
{
plural
:
any
;
singular
:
any
}
;
}
Methods
destroy
destroy
()
:
void
Returns
void
get
Element
getElement
()
:
HTMLElement
Returns
HTMLElement
get
Height
getHeight
()
:
number
Returns
number
get
Width
getWidth
()
:
number
Returns
number
hide
hide
(
e
:
any
)
:
void
Parameters
e
:
any
Returns
void
hide
Tooltip
hideTooltip
()
:
void
Returns
void
on
Mouse
Out
onMouseOut
(
e
:
any
)
:
void
Parameters
e
:
any
Returns
void
set
Class
Name
setClassName
(
className
:
string
)
:
void
Parameters
className
:
string
Returns
void
set
Html
setHtml
(
html
:
string
)
:
void
Parameters
html
:
string
Returns
void
set
Position
setPosition
(
x
:
any
,
y
:
any
)
:
void
Parameters
x
:
any
y
:
any
Returns
void
set
Text
setText
(
text
:
string
)
:
void
Parameters
text
:
string
Returns
void
set
Theme
setTheme
(
theme
:
Theme
)
:
void
Parameters
theme
:
Theme
Returns
void
show
show
(
text
?:
string
,
x
?:
number
,
y
?:
number
)
:
void
Parameters
Optional
text
:
string
Optional
x
:
number
Optional
y
:
number
Returns
void
show
Tooltip
showTooltip
(
row
:
any
)
:
void
Parameters
row
:
any
Returns
void
Static
annotations
To
Summary
String
annotationsToSummaryString
(
annotations
:
any
)
:
string
Parameters
annotations
:
any
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
editor
is
Open
visible
Tooltip
Row
Accessors
annotation
Labels
Methods
destroy
get
Element
get
Height
get
Width
hide
hide
Tooltip
on
Mouse
Out
set
Class
Name
set
Html
set
Position
set
Text
set
Theme
show
show
Tooltip
annotations
To
Summary
String
Ace API Reference
Loading...