cubing.js — API Reference - v0.56.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
?:
null
|
number
,
outerLayer
?:
null
|
number
,
)
:
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
:
new
(
...
args
:
any
)
=>
T
)
:
null
|
T
Type Parameters
T
Parameters
c
:
new
(
...
args
:
any
)
=>
T
Returns
null
|
T
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.56.1-dev
Loading...
Deprecated