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

    Class SubListDto<T>

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionallist: T[]
      • OptionalindexStart: number
      • OptionalindexEnd: number
      • Optionalclone: boolean

      Returns SubListDto<T>

    Properties

    list: T[]

    The list to split into a sublist

    undefined
    
    indexStart: number

    Index from which to start the sublist - 0 means first.

    0
    

    0

    Infinity

    1

    indexEnd: number

    Index to which to end the sublist - 0 means first.

    1
    

    0

    Infinity

    1

    clone?: boolean

    Tries to clone the data in the component, sometimes it may not be possible if structure is circular

    true