Bitbybit Docs
    Preparing search index...

    Class GetByPatternDto<T> (Inputs.Lists)

    A list and a repeating pattern for lists.getByPattern.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionallist: T[]
      • Optionalpattern: boolean[]

      Returns GetByPatternDto<T>

    Properties

    list: T[]

    The list to filter.

    undefined
    
    pattern: boolean[]

    The pattern of true (keep) and false (skip) applied item by item and repeated until the list ends.

    [true, true, false]