Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SpanEaseItemsDto

Index

Constructors

Properties

Constructors

constructor

  • Parameters

    • Optional nrItems: number
    • Optional min: number
    • Optional max: number
    • Optional ease: easeEnum

    Returns SpanEaseItemsDto

Properties

ease

ease: easeEnum

Ease type

default

easeInSine

intervals

intervals: boolean

Indicates wether only intervals should be outputed. This will output step lengths between the values.

default

false

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

nrItems

nrItems: number

Nr of items in the span

default

100

minimum

2

maximum

Infinity

step

1

Generated using TypeDoc