• Preparing search index...
  • The search index is not available
map.apps Bundle APIs 4.19.2
  • map.apps Bundle APIs 4.19.2
  • apprt-core
  • config
  • configValue

Function configValue

  • configValue<Key extends keyof WellknownConfigKeys>(
        key: Key,
    ): DeepReadonly<WellknownConfigKeys[Key]> | undefined
  • Returns the configuration value associated with the given key. Returns undefined if the key is unknown.

    Type Parameters

    • Key extends keyof WellknownConfigKeys

    Parameters

    • key: Key

      one of the WellknownConfigKeys

    Returns DeepReadonly<WellknownConfigKeys[Key]> | undefined

    the config value matching the key.

    • Defined in config.ts:477

Settings

Member Visibility
map.apps Bundle APIs 4.19.2
  • Loading...

Generated using TypeDoc