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

    Class AddItemsAtIndexesDto<T>

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionallist: T[]
      • Optionalitems: T[]
      • Optionalindexes: number[]
      • Optionalclone: boolean

      Returns AddItemsAtIndexesDto<T>

    Properties

    list: T[]

    The list to which item needs to be added

    undefined
    
    items: T[]

    The item to add

    undefined
    
    indexes: number[]

    The index to add the item at

    [0]
    
    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