Documentation
    Preparing search index...

    Type Alias ScaleParams

    type ScaleParams = {
        box?: { box: string | number; system: Systems };
        disableOtherBoxes?: boolean;
        displayBoxOnly?: boolean;
        root: string;
        type: string;
    }
    Index
    box?: { box: string | number; system: Systems }
    disableOtherBoxes?: boolean
    displayBoxOnly?: boolean
    root: string
    type: string