Hierarchy

  • InputEvalEvent

Constructors

  • Parameters

    • withReasons: boolean
    • context: Context
    • key: string
    • value: any
    • defValue: any
    • Optional version: number
      Optional
    • Optional variation: number
      Optional
    • Optional trackEvents: boolean
      Optional
    • Optional prereqOf: string
      Optional
    • Optional reason: LDEvaluationReason
      Optional
    • Optional debugEventsUntilDate: number
      Optional
    • Optional excludeFromSummaries: boolean
      Optional
    • samplingRatio: number = 1

    Returns InputEvalEvent

Properties

context: Context
creationDate: number
debugEventsUntilDate?: number
default: any
excludeFromSummaries?: boolean
key: string
kind: "feature" = 'feature'
prereqOf?: string
samplingRatio: number = 1
trackEvents?: boolean
value: any
variation?: number
version?: number
withReasons: boolean

Generated using TypeDoc