Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FilteredCatalog<TCatalog>

A catalog, which filters the exports of a base catalog.

Type parameters

Hierarchy

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • Initializes a new instance of that class.

    Parameters

    Returns FilteredCatalog

Properties

catalog

catalog: TCatalog

The underlying (base) catalog.

predicate

predicate: FilteredCatalogPredicate<TCatalog>

The predicate to use.

Methods

getClasses

  • getClasses(): Promise<any[]>

getClassesSync

  • getClassesSync(): any[]

Generated using TypeDoc