sesaparcours
Preparing search index...
outils/basthon/Editor
<internal>
EventEmitter
Interface EventEmitter
interface
EventEmitter
{
addEventListener
(
name
:
string
,
callback
:
Function
,
capturing
?:
boolean
,
)
:
void
;
off
(
name
:
string
,
callback
:
Function
)
:
void
;
on
(
name
:
string
,
callback
:
Function
,
capturing
?:
boolean
)
:
void
;
once
(
name
:
string
,
callback
:
Function
)
:
void
;
removeAllListeners
(
name
?:
string
)
:
void
;
removeDefaultHandler
(
name
:
string
,
callback
:
Function
)
:
void
;
removeEventListener
(
name
:
string
,
callback
:
Function
)
:
void
;
removeListener
(
name
:
string
,
callback
:
Function
)
:
void
;
setDefaultHandler
(
name
:
string
,
callback
:
Function
)
:
void
;
}
Hierarchy (
View Summary
)
EventEmitter
Editor
VirtualRenderer
CommandManager
EditSession
Selection
Document
Anchor
Index
Methods
add
Event
Listener
off
on
once
remove
All
Listeners
remove
Default
Handler
remove
Event
Listener
remove
Listener
set
Default
Handler
Methods
add
Event
Listener
addEventListener
(
name
:
string
,
callback
:
Function
,
capturing
?:
boolean
)
:
void
Parameters
name
:
string
callback
:
Function
Optional
capturing
:
boolean
Returns
void
off
off
(
name
:
string
,
callback
:
Function
)
:
void
Parameters
name
:
string
callback
:
Function
Returns
void
on
on
(
name
:
string
,
callback
:
Function
,
capturing
?:
boolean
)
:
void
Parameters
name
:
string
callback
:
Function
Optional
capturing
:
boolean
Returns
void
once
once
(
name
:
string
,
callback
:
Function
)
:
void
Parameters
name
:
string
callback
:
Function
Returns
void
remove
All
Listeners
removeAllListeners
(
name
?:
string
)
:
void
Parameters
Optional
name
:
string
Returns
void
remove
Default
Handler
removeDefaultHandler
(
name
:
string
,
callback
:
Function
)
:
void
Parameters
name
:
string
callback
:
Function
Returns
void
remove
Event
Listener
removeEventListener
(
name
:
string
,
callback
:
Function
)
:
void
Parameters
name
:
string
callback
:
Function
Returns
void
remove
Listener
removeListener
(
name
:
string
,
callback
:
Function
)
:
void
Parameters
name
:
string
callback
:
Function
Returns
void
set
Default
Handler
setDefaultHandler
(
name
:
string
,
callback
:
Function
)
:
void
Parameters
name
:
string
callback
:
Function
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
add
Event
Listener
off
on
once
remove
All
Listeners
remove
Default
Handler
remove
Event
Listener
remove
Listener
set
Default
Handler
sesaparcours
Loading...