Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ComposablePartCatalog

A composable part catalog.

Hierarchy

  • ComposablePartCatalog

Implemented by

Index

Methods

getClasses

  • getClasses(): Promise<any[]>
  • Returns the list of classes.

    Returns Promise<any[]>

    The promise with the loaded classes.

getClassesSync

  • getClassesSync(): any[]
  • Returns the list of classes.

    Returns any[]

    The loaded classes.

Generated using TypeDoc