Circle V2 API Docs
    Preparing search index...

    Type Alias FlagContext

    Context passed to server-side flag evaluation (mapped to LaunchDarkly contexts).

    type FlagContext = {
        custom?: Record<string, unknown>;
        email?: string;
        entityId?: string;
        userId?: string;
    }
    Index

    Properties

    custom?: Record<string, unknown>
    email?: string
    entityId?: string
    userId?: string