sesaparcours
Preparing search index...
outils/basthon/Editor
<internal>
Anchor
Interface Anchor
interface
Anchor
{
addEventListener
(
name
:
string
,
callback
:
Function
,
capturing
?:
boolean
,
)
:
void
;
attach
(
doc
:
Document
)
:
void
;
detach
()
:
void
;
getDocument
()
:
Document
;
getPosition
()
:
Position
;
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
;
setPosition
(
row
:
number
,
column
:
number
,
noClip
?:
boolean
)
:
void
;
}
Hierarchy (
View Summary
)
EventEmitter
Anchor
Index
Methods
add
Event
Listener
attach
detach
get
Document
get
Position
off
on
once
remove
All
Listeners
remove
Default
Handler
remove
Event
Listener
remove
Listener
set
Default
Handler
set
Position
Methods
add
Event
Listener
addEventListener
(
name
:
string
,
callback
:
Function
,
capturing
?:
boolean
)
:
void
Parameters
name
:
string
callback
:
Function
Optional
capturing
:
boolean
Returns
void
attach
attach
(
doc
:
Document
)
:
void
Parameters
doc
:
Document
Returns
void
detach
detach
()
:
void
Returns
void
get
Document
getDocument
()
:
Document
Returns
Document
get
Position
getPosition
()
:
Position
Returns
Position
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
set
Position
setPosition
(
row
:
number
,
column
:
number
,
noClip
?:
boolean
)
:
void
Parameters
row
:
number
column
:
number
Optional
noClip
:
boolean
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
add
Event
Listener
attach
detach
get
Document
get
Position
off
on
once
remove
All
Listeners
remove
Default
Handler
remove
Event
Listener
remove
Listener
set
Default
Handler
set
Position
sesaparcours
Loading...