js-client-sdk

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

EppoJSClient.getBoolAssignment() method

Signature:

getBoolAssignment(flagKey: string, subjectKey: string, subjectAttributes: Record<string, any>, defaultValue: boolean): boolean;

Parameters

Parameter Type Description
flagKey string  
subjectKey string  
subjectAttributes Record<string, any>  
defaultValue boolean  

Returns:

boolean