Options
All
  • Public
  • Public/Protected
  • All
Menu

This module contains types that allow customization of LaunchDarkly components, and interfaces to other advanced SDK features.

Most applications will not need to refer to these types. You will use them if you are creating a plug-in component, such as a database integration, or if you use advanced SDK features.

Currently this module contains no implementation code, but only TypeScript interfaces.

Index

Type aliases

FullDataSet<T>: Record<string, KeyedItems<T>>

Used internally to describe a full set of environment data, which can include both feature flags and user segments. The string key for each item is the namespace property of a DataKind.

Type parameters

  • T

KeyedItems<T>: Record<string, T>

Used internally to describe a set of stored data items of the same kind, such as feature flags or user segments. The string key for each item is the same as the item's key property.

Type parameters

  • T

Generated using TypeDoc