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