Aller au contenu principal

ConfigurationRef <Configuration>

Hierarchy

  • unknown<Configuration>
    • ConfigurationRef

Index

Properties

Methods

Properties

readonlyinitial

initial: Configuration

Initial configuration

Methods

get

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


    Type parameters

    • Key: string | number | symbol

modify

  • modify(mapFn: (current: Configuration) => Configuration): void
  • Modify the configuration using a mapping function

update

  • update(patch: Partial<Configuration>): void
  • Update the configuration by merging the current configuration with the given patch

Page Options