Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SpanDto

Index

Constructors

Properties

Constructors

constructor

  • new SpanDto(step?: number, min?: number, max?: number): SpanDto
  • Parameters

    • Optional step: number
    • Optional min: number
    • Optional max: number

    Returns SpanDto

Properties

max

max: number

Max value of the span

default

1

minimum

-Infinity

maximum

Infinity

step

1

min

min: number

Min value of the span

default

0

minimum

-Infinity

maximum

Infinity

step

1

step

step: number

Step of the span

default

0.1

minimum

-Infinity

maximum

Infinity

step

0.1

Generated using TypeDoc