cubing.js — API Reference - v0.56.1-dev
Go to main documentation 🔗
Preparing search index...
puzzles
PuzzleLoader
Interface PuzzleLoader
interface
PuzzleLoader
{
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
def?
full
Name
id
invented
By?
invention
Year?
key
Mapping?
kpuzzle
ll
FaceSVG?
llSVG?
pg?
puzzle
Specific
Simplify
Options?
puzzle
Specific
Simplify
Options
Promise?
stickering
Mask?
stickerings?
svg
Properties
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
FaceSVG
llFaceSVG
?:
()
=>
Promise
<
string
>
Optional
llSVG
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
def
full
Name
id
invented
By
invention
Year
key
Mapping
kpuzzle
ll
FaceSVG
llSVG
pg
puzzle
Specific
Simplify
Options
puzzle
Specific
Simplify
Options
Promise
stickering
Mask
stickerings
svg
Go to main documentation 🔗
cubing.js — API Reference - v0.56.1-dev
Loading...
Deprecated