Preparing search index...
The search index is not available
Ace API Reference
Ace API Reference
ace
Ace
AcePopupEvents
Interface AcePopupEvents
interface
AcePopupEvents
{
changeHoverMarker
:
(
(
e
)
=>
void
)
;
click
:
(
(
e
)
=>
void
)
;
dblclick
:
(
(
e
)
=>
void
)
;
hide
:
(
(
)
=>
void
)
;
quadclick
:
(
(
e
)
=>
void
)
;
select
:
(
(
hide
)
=>
void
)
;
show
:
(
(
)
=>
void
)
;
tripleclick
:
(
(
e
)
=>
void
)
;
}
Index
Properties
change
Hover
Marker
click
dblclick
hide
quadclick
select
show
tripleclick
Properties
change
Hover
Marker
change
Hover
Marker
:
(
(
e
)
=>
void
)
Type declaration
(
e
)
:
void
Parameters
e
:
any
Returns
void
click
click
:
(
(
e
)
=>
void
)
Type declaration
(
e
)
:
void
Parameters
e
:
MouseEvent
Returns
void
dblclick
dblclick
:
(
(
e
)
=>
void
)
Type declaration
(
e
)
:
void
Parameters
e
:
MouseEvent
Returns
void
hide
hide
:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
quadclick
quadclick
:
(
(
e
)
=>
void
)
Type declaration
(
e
)
:
void
Parameters
e
:
MouseEvent
Returns
void
select
select
:
(
(
hide
)
=>
void
)
Type declaration
(
hide
)
:
void
Parameters
hide
:
boolean
Returns
void
show
show
:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
tripleclick
tripleclick
:
(
(
e
)
=>
void
)
Type declaration
(
e
)
:
void
Parameters
e
:
MouseEvent
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
change
Hover
Marker
click
dblclick
hide
quadclick
select
show
tripleclick
Ace API Reference
ace
src
ace
anchor
apply_delta
autocomplete
background_tokenizer
bidihandler
clipboard
commands
command_manager
default_commands
incremental_search_commands
multi_select_commands
occur_commands
config
css/editor-css
document
edit_session
editor
ext
Loading...
Generated using
TypeDoc