cubing.js — API Reference - v0.58.3-dev
Go to main documentation 🔗
Preparing search index...
puzzles
PuzzleLoader
Interface PuzzleLoader
interface
PuzzleLoader
{
algTransformData
?:
AlgTransformData
;
basePG
?:
()
=>
Promise
<
PuzzleGeometry
>
;
def
?:
undefined
;
fullName
:
string
;
id
:
string
;
inventedBy
?:
string
[]
;
inventionYear
?:
number
;
keyMapping
?:
()
=>
Promise
<
KeyMapping
>
;
kpuzzle
:
()
=>
Promise
<
KPuzzle
>
;
llFaceSVG
?:
()
=>
Promise
<
string
>
;
llSVG
?:
()
=>
Promise
<
string
>
;
pg
?:
()
=>
Promise
<
PuzzleGeometry
>
;
puzzleSpecificSimplifyOptions
?:
PuzzleSpecificSimplifyOptions
;
puzzleSpecificSimplifyOptionsPromise
?:
Promise
<
PuzzleSpecificSimplifyOptions
,
>
;
stickeringMask
?:
(
stickering
:
string
)
=>
Promise
<
StickeringMask
>
;
stickerings
?:
()
=>
Promise
<
string
[]
>
;
svg
:
()
=>
Promise
<
string
>
;
}
Index
Properties
alg
Transform
Data?
base
PG?
def?
full
Name
id
invented
By?
invention
Year?
key
Mapping?
kpuzzle
ll
Face
SVG?
ll
SVG?
pg?
puzzle
Specific
Simplify
Options?
puzzle
Specific
Simplify
Options
Promise?
stickering
Mask?
stickerings?
svg
Properties
Optional
alg
Transform
Data
algTransformData
?:
AlgTransformData
Optional
base
PG
basePG
?:
()
=>
Promise
<
PuzzleGeometry
>
Optional
def
def
?:
undefined
Deprecated
full
Name
fullName
:
string
id
id
:
string
Optional
invented
By
inventedBy
?:
string
[]
Optional
invention
Year
inventionYear
?:
number
Optional
key
Mapping
keyMapping
?:
()
=>
Promise
<
KeyMapping
>
kpuzzle
kpuzzle
:
()
=>
Promise
<
KPuzzle
>
Optional
ll
Face
SVG
llFaceSVG
?:
()
=>
Promise
<
string
>
Optional
ll
SVG
llSVG
?:
()
=>
Promise
<
string
>
Optional
pg
pg
?:
()
=>
Promise
<
PuzzleGeometry
>
Optional
puzzle
Specific
Simplify
Options
puzzleSpecificSimplifyOptions
?:
PuzzleSpecificSimplifyOptions
Optional
puzzle
Specific
Simplify
Options
Promise
puzzleSpecificSimplifyOptionsPromise
?:
Promise
<
PuzzleSpecificSimplifyOptions
>
Optional
stickering
Mask
stickeringMask
?:
(
stickering
:
string
)
=>
Promise
<
StickeringMask
>
Optional
stickerings
stickerings
?:
()
=>
Promise
<
string
[]
>
svg
svg
:
()
=>
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alg
Transform
Data
base
PG
def
full
Name
id
invented
By
invention
Year
key
Mapping
kpuzzle
ll
Face
SVG
ll
SVG
pg
puzzle
Specific
Simplify
Options
puzzle
Specific
Simplify
Options
Promise
stickering
Mask
stickerings
svg
Go to main documentation 🔗
cubing.js — API Reference - v0.58.3-dev
Loading...
Deprecated