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

    Interface StickerDatSticker

    interface StickerDatSticker {
        color: string;
        coords: number[];
        face: number;
        isDup?: boolean;
        orbit: string;
        ord: number;
        ori: number;
    }
    Index

    Properties

    color: string
    coords: number[]
    face: number
    isDup?: boolean
    orbit: string
    ord: number
    ori: number