Go to main documentation 🔗
Preparing search index...
The search index is not available
cubing.js — API Reference - v0.53.4
cubing.js — API Reference
alg
QuantumMove
Class QuantumMove
Hierarchy
Comparable
QuantumMove
Index
Constructors
constructor
Accessors
family
inner
Layer
outer
Layer
Methods
as
experimental
Expand
is
is
Identical
modified
to
String
from
String
Constructors
constructor
new
Quantum
Move
(
family
,
innerLayer
?
,
outerLayer
?
)
:
QuantumMove
Parameters
family
:
string
Optional
innerLayer
:
null
|
number
Optional
outerLayer
:
null
|
number
Returns
QuantumMove
Accessors
family
get
family
(
)
:
string
Returns
string
Deprecated
inner
Layer
get
innerLayer
(
)
:
null
|
number
Returns
null
|
number
Deprecated
outer
Layer
get
outerLayer
(
)
:
null
|
number
Returns
null
|
number
Deprecated
Methods
as
as
<
T
>
(
c
)
:
null
|
T
Type Parameters
T
Parameters
c
:
(
new
(
...
args
:
any
)
=>
T
)
new
(
...
args
)
:
T
Parameters
Rest
...
args
:
any
Returns
T
Returns
null
|
T
experimental
Expand
experimental
Expand
(
)
:
Generator
<
AlgLeaf
,
any
,
any
>
Returns
Generator
<
AlgLeaf
,
any
,
any
>
is
is
(
c
)
:
boolean
Parameters
c
:
any
Returns
boolean
is
Identical
is
Identical
(
other
)
:
boolean
Parameters
other
:
QuantumMove
Returns
boolean
modified
modified
(
modifications
)
:
QuantumMove
Parameters
modifications
:
QuantumMoveModifications
Returns
QuantumMove
to
String
to
String
(
experimentalSerializationOptions
?
)
:
string
Returns a string representation of an object.
Parameters
Optional
experimentalSerializationOptions
:
ExperimentalSerializationOptions
Returns
string
Static
from
String
from
String
(
s
)
:
QuantumMove
Parameters
s
:
string
Returns
QuantumMove
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
family
inner
Layer
outer
Layer
Methods
as
experimental
Expand
is
is
Identical
modified
to
String
from
String
Go to main documentation 🔗
cubing.js — API Reference - v0.53.4
Loading...
Deprecated