js-client-sdk

Home > @eppo/js-client-sdk > EppoJSClient

EppoJSClient class

Client for assigning experiment variations.

Signature:

export declare class EppoJSClient extends EppoClient 

Extends: EppoClient

Properties

Property Modifiers Type Description
initialized static boolean  
instance static EppoJSClient  

Methods

Method Modifiers Description
getBoolAssignment(flagKey, subjectKey, subjectAttributes, defaultValue)    
getIntegerAssignment(flagKey, subjectKey, subjectAttributes, defaultValue)    
getJSONAssignment(flagKey, subjectKey, subjectAttributes, defaultValue)    
getNumericAssignment(flagKey, subjectKey, subjectAttributes, defaultValue)    
getStringAssignment(flagKey, subjectKey, subjectAttributes, defaultValue)