Options
All
  • Public
  • Public/Protected
  • All
Menu

LaunchDarkly Javascript SDK Core Components (4.0.2)

Index

Type aliases

A LaunchDarkly context object.

LDFlagValue: any

The types of values a feature flag can have.

Flags can have any JSON-serializable value.

LDLogLevel: "debug" | "info" | "warn" | "error" | "none"

Logging levels that can be used with {@link basicLogger}.

Set BasicLoggerOptions.level to one of these values to control what levels of log messages are enabled. Going from lowest importance (and most verbose) to most importance, the levels are 'debug', 'info', 'warn', and 'error'. You can also specify 'none' instead to disable all logging.

Functions

  • Parameters

    Returns {} | undefined

Generated using TypeDoc