Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Component

Component is the base class for all the other classes in Pwoli

author

Mahesh S Warrier https://github.com/codespede

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

initialization: Promise<void>

A Promise which resolves when this Component has been successfully initialized.

Methods

  • init(): Promise<void>
  • Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration.

    Returns Promise<void>

Generated using TypeDoc