Bitbybit Docs
    Preparing search index...

    Class GetByPatternDto<T> (Inputs.Lists)

    Una lista y un patrón que se repite para lists.getByPattern.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

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

      Returns GetByPatternDto<T>

    Properties

    list: T[]

    La lista que filtrar.

    undefined
    
    pattern: boolean[]

    El patrón de true (conservar) y false (omitir) aplicado elemento a elemento y repetido hasta que termina la lista.

    [true, true, false]