Perseus
Preparing search index...
@khanacademy/math-input
<internal>
Cursor
Interface Cursor
interface
Cursor
{
parent
:
MQNode
;
selection
:
MQSelection
|
undefined
;
endSelection
()
:
void
;
hide
()
:
Cursor
;
insAtRightEnd
(
root
:
ControllerRoot
)
:
Cursor
;
insLeftOf
(
el
:
MQNode
)
:
Cursor
;
insRightOf
(
el
:
MQNode
)
:
Cursor
;
select
()
:
void
;
show
()
:
Cursor
;
startSelection
()
:
void
;
}
Index
Properties
parent
selection
Methods
end
Selection
hide
ins
At
Right
End
ins
Left
Of
ins
Right
Of
select
show
start
Selection
Properties
parent
parent
:
MQNode
selection
selection
:
MQSelection
|
undefined
Methods
end
Selection
endSelection
()
:
void
Returns
void
hide
hide
()
:
Cursor
Returns
Cursor
ins
At
Right
End
insAtRightEnd
(
root
:
ControllerRoot
)
:
Cursor
Parameters
root
:
ControllerRoot
Returns
Cursor
ins
Left
Of
insLeftOf
(
el
:
MQNode
)
:
Cursor
Parameters
el
:
MQNode
Returns
Cursor
ins
Right
Of
insRightOf
(
el
:
MQNode
)
:
Cursor
Parameters
el
:
MQNode
Returns
Cursor
select
select
()
:
void
Returns
void
show
show
()
:
Cursor
Returns
Cursor
start
Selection
startSelection
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
parent
selection
Methods
end
Selection
hide
ins
At
Right
End
ins
Left
Of
ins
Right
Of
select
show
start
Selection
Perseus
Loading...