FF
FeatureFlare docs
Guides and API reference
API reference

FeatureFlareEnvironmentKey

Built-in environment key literals for direct environment selection.

Current section
Component and config reference
Use these pages when you need props, defaults, and provider behavior details.

FeatureFlareEnvironmentKey

Built-in environment key literals accepted by the React provider config.

More on this: see FeatureFlareReactConfig for where this type is used.

export type FeatureFlareEnvironmentKey =
  | 'development'
  | 'staging'
  | 'revisions'
  | 'production';

Values

development

Targets the development environment.

staging

Targets the staging environment.

revisions

Targets revision or preview-style environments.

production

Targets the production environment.

Related docs