Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • ScaleDto

Index

Constructors

Properties

Constructors

constructor

  • new ScaleDto<T>(shape?: T, factor?: number): ScaleDto<T>
  • Type parameters

    • T

    Parameters

    • Optional shape: T
    • Optional factor: number

    Returns ScaleDto<T>

Properties

factor

factor: number

Scale factor to apply

default

1

minimum

0

maximum

Infinity

step

0.1

shape

shape: T

Shape to scale

default

undefined

Generated using TypeDoc