Interface: ContextFeaturesStore

web-toggle-point-features.ContextFeaturesStore

Interface for React context-based feature toggle stores

Methods

providerFactory() → {external:React.Component}

Method to create a React context provider, linked to the features store.
Returns:
A react context provider that accepts a `value` prop, representing the feature toggle state.
Type
external:React.Component