cubing.js — API Reference - v0.56.1-dev
    Preparing search index...

    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?: 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"