Home > @eppo/js-client-sdk > EppoJSClient > getBooleanAssignmentDetails
Signature:
getBooleanAssignmentDetails(flagKey: string, subjectKey: string, subjectAttributes: Record<string, AttributeType>, defaultValue: boolean): IAssignmentDetails<boolean>;
Parameter | Type | Description |
---|---|---|
flagKey | string | |
subjectKey | string | |
subjectAttributes | Record<string, AttributeType> | |
defaultValue | boolean |
Returns:
IAssignmentDetails<boolean>