Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SpanLinearItemsDto

Index

Constructors

Properties

Constructors

constructor

  • new SpanLinearItemsDto(nrItems?: number, min?: number, max?: number): SpanLinearItemsDto
  • Parameters

    • Optional nrItems: number
    • Optional min: number
    • Optional max: number

    Returns SpanLinearItemsDto

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

nrItems

nrItems: number

Nr of items in the span

default

100

minimum

2

maximum

Infinity

step

1

Generated using TypeDoc