cubing.js — API Reference - v0.56.0
Go to main documentation 🔗
Preparing search index...
puzzles
cube3x3x3
Variable cube3x3x3
Const
cube3x3x3
:
{
fullName
:
string
;
id
:
string
;
inventedBy
:
string
[]
;
inventionYear
:
number
;
keyMapping
:
()
=>
Promise
<
{
[
key
:
string
|
number
]:
AlgLeaf
}
>
;
kpuzzle
:
()
=>
Promise
<
KPuzzle
>
;
llFaceSVG
:
()
=>
Promise
<
string
>
;
llSVG
:
()
=>
Promise
<
string
>
;
pg
:
()
=>
Promise
<
PuzzleGeometry
>
;
puzzleSpecificSimplifyOptions
:
PuzzleSpecificSimplifyOptions
;
stickeringMask
:
(
stickering
:
string
)
=>
Promise
<
StickeringMask
>
;
stickerings
:
()
=>
Promise
<
string
[]
>
;
svg
:
()
=>
Promise
<
string
>
;
}
= ...
Type declaration
fullName
:
string
id
:
string
inventedBy
:
string
[]
inventionYear
:
number
keyMapping
:
()
=>
Promise
<
{
[
key
:
string
|
number
]:
AlgLeaf
}
>
kpuzzle
:
()
=>
Promise
<
KPuzzle
>
llFaceSVG
:
()
=>
Promise
<
string
>
llSVG
:
()
=>
Promise
<
string
>
pg
:
()
=>
Promise
<
PuzzleGeometry
>
puzzleSpecificSimplifyOptions
:
PuzzleSpecificSimplifyOptions
stickeringMask
:
(
stickering
:
string
)
=>
Promise
<
StickeringMask
>
stickerings
:
()
=>
Promise
<
string
[]
>
svg
:
()
=>
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Go to main documentation 🔗
cubing.js — API Reference - v0.56.0
Loading...