Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FeatureFlagValue

Package version

Value of a feature flag

Hierarchy

  • FeatureFlagValue

Index

Properties

conditions

conditions: { clientFilters: { name: string; parameters?: Record<string, unknown> }[] }

A Feature filter consistently evaluates the state of a feature flag. Our feature management library supports three types of built-in filters: Targeting, TimeWindow, and Percentage. Custom filters can also be created based on different factors, such as device used, browser types, geographic location, etc.

More Info

Type declaration

  • clientFilters: { name: string; parameters?: Record<string, unknown> }[]

Optional description

description: undefined | string

Description of the feature.

Optional displayName

displayName: undefined | string

Display name for the feature to use for display rather than the ID.

enabled

enabled: boolean

Boolean flag to say if the feature flag is enabled.

Optional id

id: undefined | string

Id for the feature flag.

Generated using TypeDoc