cubing.js — API Reference - v0.56.1-dev
Go to main documentation 🔗
Preparing search index...
alg
AlgCubingNetOptions
Interface AlgCubingNetOptions
interface
AlgCubingNetOptions
{
alg
?:
Alg
;
puzzle
?:
|
"2x2x2"
|
"3x3x3"
|
"4x4x4"
|
"5x5x5"
|
"6x6x6"
|
"7x7x7"
|
"8x8x8"
|
"9x9x9"
|
"10x10x10"
|
"11x11x11"
|
"12x12x12"
|
"13x13x13"
|
"1x1x1"
|
"14x14x14"
|
"16x16x16"
|
"17x17x17"
;
setup
?:
Alg
;
stage
?:
|
"full"
|
"void"
|
"OLL"
|
"PLL"
|
"LL"
|
"ZBLL"
|
"ELS"
|
"CLS"
|
"F2L"
|
"CMLL"
|
"L6E"
|
"cross"
|
"WV"
;
title
?:
string
;
type
?:
"alg"
|
"moves"
|
"reconstruction"
|
"reconstruction-end-with-setup"
;
view
?:
"playback"
|
"fullscreen"
|
"editor"
;
}
Index
Properties
alg?
puzzle?
setup?
stage?
title?
type?
view?
Properties
Optional
alg
alg
?:
Alg
Optional
puzzle
puzzle
?:
|
"2x2x2"
|
"3x3x3"
|
"4x4x4"
|
"5x5x5"
|
"6x6x6"
|
"7x7x7"
|
"8x8x8"
|
"9x9x9"
|
"10x10x10"
|
"11x11x11"
|
"12x12x12"
|
"13x13x13"
|
"1x1x1"
|
"14x14x14"
|
"16x16x16"
|
"17x17x17"
Optional
setup
setup
?:
Alg
Optional
stage
stage
?:
|
"full"
|
"void"
|
"OLL"
|
"PLL"
|
"LL"
|
"ZBLL"
|
"ELS"
|
"CLS"
|
"F2L"
|
"CMLL"
|
"L6E"
|
"cross"
|
"WV"
Optional
title
title
?:
string
Optional
type
type
?:
"alg"
|
"moves"
|
"reconstruction"
|
"reconstruction-end-with-setup"
Optional
view
view
?:
"playback"
|
"fullscreen"
|
"editor"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alg
puzzle
setup
stage
title
type
view
Go to main documentation 🔗
cubing.js — API Reference - v0.56.1-dev
Loading...