Circle V2 API Docs
Preparing search index...
@repo/feature-flags
FlagContext
Type Alias FlagContext
Context passed to server-side flag evaluation (mapped to LaunchDarkly contexts).
type
FlagContext
=
{
custom
?:
Record
<
string
,
unknown
>
;
email
?:
string
;
entityId
?:
string
;
entityName
?:
string
;
userId
?:
string
;
}
Index
Properties
custom?
email?
entity
Id?
entity
Name?
user
Id?
Properties
Optional
custom
custom
?:
Record
<
string
,
unknown
>
Optional
email
email
?:
string
Optional
entity
Id
entityId
?:
string
Optional
entity
Name
entityName
?:
string
Optional
user
Id
userId
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
custom
email
entity
Id
entity
Name
user
Id
Circle V2 API Docs
Loading...
Context passed to server-side flag evaluation (mapped to LaunchDarkly contexts).