js-client-sdk

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

EppoJSClient.getStringAssignmentDetails() method

Signature:

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

Parameters

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

Returns:

IAssignmentDetails<string>