@farmart-tech/brave-feature-core
    Preparing search index...

    Class FeatureBuilder

    Fluent builder for creating complete feature flag configurations.

    const feature = new FeatureBuilder()
    .setFeatureName('new_ui')
    .setDescription('Enables the new user interface')
    .setEnabled(true)
    .setReleaseDate('2024-12-25')
    .build();
    Index

    Constructors

    Properties

    featureName: string
    RolloutStrategy: typeof RolloutStrategyBuilder = RolloutStrategyBuilder

    Methods