Preparing search index...
The search index is not available
Ace API Reference
Ace API Reference
src/layer/cursor
Cursor
Class Cursor
Index
Constructors
constructor
Properties
$is
Animating
$is
Smooth
Blinking
$padding
$pixel
Pos
$update
Cursors
blink
Interval
config
cursor
cursors
draw
Cursor
element
interval
Id
is
Blinking
is
Visible
overwrite
session
smooth
Blinking
Methods
$set
Overwrite
$start
Css
Animation
$stop
Css
Animation
$update
Opacity
add
Cursor
destroy
get
Pixel
Position
hide
Cursor
is
Cursor
In
View
remove
Cursor
restart
Timer
set
Blink
Interval
set
Blinking
set
Padding
set
Session
set
Smooth
Blinking
show
Cursor
update
Constructors
constructor
new
Cursor
(
parentEl
)
:
Cursor
Parameters
parentEl
:
HTMLElement
Returns
Cursor
Properties
$is
Animating
$is
Animating
:
boolean
$is
Smooth
Blinking
$is
Smooth
Blinking
:
boolean
$padding
$padding
:
number
$pixel
Pos
$pixel
Pos
:
{
left
:
number
;
top
:
number
;
}
Type declaration
left
:
number
top
:
number
$update
Cursors
$update
Cursors
:
any
blink
Interval
blink
Interval
:
number
config
config
:
any
cursor
cursor
:
HTMLDivElement
cursors
cursors
:
any
[]
draw
Cursor
draw
Cursor
:
any
element
element
:
HTMLDivElement
interval
Id
interval
Id
:
number
@type{ReturnType
}
is
Blinking
is
Blinking
:
boolean
is
Visible
is
Visible
:
boolean
overwrite
overwrite
:
any
session
session
:
EditSession
smooth
Blinking
smooth
Blinking
:
boolean
Methods
$set
Overwrite
$set
Overwrite
(
overwrite
)
:
void
Parameters
overwrite
:
boolean
Returns
void
$start
Css
Animation
$start
Css
Animation
(
)
:
void
Returns
void
$stop
Css
Animation
$stop
Css
Animation
(
)
:
void
Returns
void
$update
Opacity
$update
Opacity
(
val
?
)
:
void
Parameters
Optional
val
:
boolean
Returns
void
add
Cursor
add
Cursor
(
)
:
HTMLDivElement
Returns
HTMLDivElement
destroy
destroy
(
)
:
void
Returns
void
get
Pixel
Position
get
Pixel
Position
(
position
?
,
onScreen
?
)
:
{
left
:
number
;
top
:
number
;
}
Parameters
Optional
position
:
Point
Optional
onScreen
:
boolean
Returns
{
left
:
number
;
top
:
number
;
}
left
:
number
top
:
number
hide
Cursor
hide
Cursor
(
)
:
void
Returns
void
is
Cursor
In
View
is
Cursor
In
View
(
pixelPos
,
config
)
:
boolean
Parameters
pixelPos
:
any
config
:
any
Returns
boolean
remove
Cursor
remove
Cursor
(
)
:
any
Returns
any
restart
Timer
restart
Timer
(
)
:
void
Returns
void
set
Blink
Interval
set
Blink
Interval
(
blinkInterval
)
:
void
Parameters
blinkInterval
:
number
Returns
void
set
Blinking
set
Blinking
(
blinking
)
:
void
Parameters
blinking
:
boolean
Returns
void
set
Padding
set
Padding
(
padding
)
:
void
Parameters
padding
:
number
Returns
void
set
Session
set
Session
(
session
)
:
void
Parameters
session
:
EditSession
Returns
void
set
Smooth
Blinking
set
Smooth
Blinking
(
smoothBlinking
)
:
void
Parameters
smoothBlinking
:
boolean
Returns
void
show
Cursor
show
Cursor
(
)
:
void
Returns
void
update
update
(
config
)
:
void
Parameters
config
:
any
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
$is
Animating
$is
Smooth
Blinking
$padding
$pixel
Pos
$update
Cursors
blink
Interval
config
cursor
cursors
draw
Cursor
element
interval
Id
is
Blinking
is
Visible
overwrite
session
smooth
Blinking
$set
Overwrite
$start
Css
Animation
$stop
Css
Animation
$update
Opacity
add
Cursor
destroy
get
Pixel
Position
hide
Cursor
is
Cursor
In
View
remove
Cursor
restart
Timer
set
Blink
Interval
set
Blinking
set
Padding
set
Session
set
Smooth
Blinking
show
Cursor
update
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
@type{ReturnType}