cubing.js — API Reference - v0.61.1-dev
Go to main documentation 🔗
Preparing search index...
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
QuantumMove
(
family
:
string
,
innerLayer
?:
number
|
null
,
outerLayer
?:
number
|
null
,
)
:
QuantumMove
Parameters
family
:
string
Optional
innerLayer
:
number
|
null
Optional
outerLayer
:
number
|
null
Returns
QuantumMove
Accessors
family
get
family
()
:
string
Returns
string
Deprecated
inner
Layer
get
innerLayer
()
:
number
|
null
Returns
number
|
null
Deprecated
outer
Layer
get
outerLayer
()
:
number
|
null
Returns
number
|
null
Deprecated
Methods
as
as
<
T
>
(
c
:
new
(
...
args
:
any
)
=>
T
)
:
T
|
null
Type Parameters
T
Parameters
c
:
new
(
...
args
:
any
)
=>
T
Returns
T
|
null
experimental
Expand
experimentalExpand
()
:
Generator
<
AlgLeaf
>
Returns
Generator
<
AlgLeaf
>
is
is
(
c
:
any
)
:
boolean
Parameters
c
:
any
Returns
boolean
is
Identical
isIdentical
(
other
:
QuantumMove
)
:
boolean
Parameters
other
:
QuantumMove
Returns
boolean
modified
modified
(
modifications
:
QuantumMoveModifications
)
:
QuantumMove
Parameters
modifications
:
QuantumMoveModifications
Returns
QuantumMove
to
String
toString
(
_experimentalSerializationOptions
?:
ExperimentalSerializationOptions
,
)
:
string
Returns a string representation of an object.
Parameters
Optional
_experimentalSerializationOptions
:
ExperimentalSerializationOptions
Returns
string
Static
from
String
fromString
(
s
:
string
)
:
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.61.1-dev
Loading...
Deprecated