Skip to main content

ConfigurationRef <Configuration>

Hierarchy

  • Ref<Configuration>
    • ConfigurationRef

Index

Properties

inheritedcurrent

current: Configuration

Mutable reference to a value

readonlyinitial

initial: Configuration

Initial configuration

Methods

get

  • get<Key>(key): Configuration[Key]
  • Get a specific configuration value by key

modify

  • modify(mapFn): void
  • Modify the configuration using a mapping function

update

  • update(patch): void
  • Update the configuration by merging the current configuration with the given patch

Page Options