Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • RandomThresholdDto

Index

Constructors

Properties

Constructors

constructor

  • new RandomThresholdDto<T>(list?: T[], threshold?: number, clone?: boolean): RandomThresholdDto<T>
  • Type parameters

    • T

    Parameters

    • Optional list: T[]
    • Optional threshold: number
    • Optional clone: boolean

    Returns RandomThresholdDto<T>

Properties

Optional clone

clone: boolean

Tries to make structured clone of the incoming list data in the component, sometimes it may not be possible due to circular structures or other types of error

default

true

list

list: T[]

The list from which item needs to be updated

default

undefined

threshold

threshold: number

Threshold for items

default

0.5

minimum

0

maximum

1

step

1

Generated using TypeDoc