Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DynamicClass

Hierarchy

  • DynamicClass

Index

Properties

classStore

classStore: any = [GenericNode,]

Methods

collectClasses

  • collectClasses(object: any): void
  • Collects and index classes so we can instantiate them later

    Parameters

    • object: any

    Returns void

getInstance

  • getInstance(className: string, opts?: any): any
  • Gets a class instance for supplied name and options

    Parameters

    • className: string
    • Optional opts: any

    Returns any

    supplied class instance

Generated using TypeDoc