Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IConfig

Abstract interface for a config object.

Hierarchy

  • IConfig

Index

Properties

Properties

get

get: function

Gets the value of a config property, for the current execution environment. The property name can be dot separated to identify nested values.

Type declaration

    • (prop: string): any
    • Parameters

      • prop: string

      Returns any

Generated using TypeDoc