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

    Class AddItemFirstLastDto<T>

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    Properties

    list: T[]

    The list to which item needs to be added

    undefined
    
    item: T

    The item to add

    undefined
    
    position: firstLastEnum

    The option if the item needs to be added at the beginning or the end of the list

    last
    
    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