Documentation
    Preparing search index...

    Interface ScalePriceConfigRelativeValues

    Values are considered as base values and shifted in the order of magnitude of the respective multiplicity.

    interface ScalePriceConfigRelativeValues {
        type: "relativeValues";
        values: number[];
    }
    Index

    Properties

    Properties

    type: "relativeValues"
    values: number[]