Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Provider

The base provider class that all other classes extend from. This helps to share the configuration, loggers and displays.

Hierarchy

Index

Constructors

Properties

Constructors

constructor

  • The Provider acts as a base class to extend from. By itself, it does nothing. It's useful for initialising and sharing useful things to it's child class.

    Parameters

    • config: Config

      The configuration object passed from the derived class to Provider.

    Returns Provider

Properties

Protected config

config: Config

The Config object provided to this instance.

Protected display

display: Display

The Display instance which allows displaying user configued messages.

Protected log

log: Logger

The Logger instance which allows various log types based on level.

Generated using TypeDoc