Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • RepeatInPatternDto

Index

Constructors

Properties

Constructors

constructor

  • Type parameters

    • T

    Parameters

    • Optional list: T[]

    Returns RepeatInPatternDto<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

lengthLimit

lengthLimit: number

The limit of the length of the list

default

100

minimum

1

maximum

Infinity

step

1

list

list: T[]

The list to interrogate

default

undefined

Generated using TypeDoc