js-client-sdk

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

EppoJSClient.getBooleanAssignmentDetails() method

Signature:

getBooleanAssignmentDetails(flagKey: string, subjectKey: string, subjectAttributes: Record<string, AttributeType>, defaultValue: boolean): IAssignmentDetails<boolean>;

Parameters

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

Returns:

IAssignmentDetails<boolean>