bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class RemoveNthItemDto<T>

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionallist: T[]
      • Optionalnth: number
      • Optionaloffset: number
      • Optionalclone: boolean

      Returns RemoveNthItemDto<T>

    Properties

    list: T[]

    The list from which item needs to be removed

    undefined
    
    nth: number

    The nth item to remove

    2
    

    1

    Infinity

    1

    offset: number

    The offset from which to start counting

    0
    

    0

    Infinity

    1

    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

    true