Interface IScaleByOptions

interface IScaleByOptions {
    scale?: ArrayLike<number>;
}

Properties

Properties

scale?: ArrayLike<number>