Interface KeyResult

Hierarchy

  • KeyResult

Properties

current_observed_value: KeyResultValue

The starting value of the Key Result.

current_target_value: KeyResultValue

The starting value of the Key Result.

id: string

The ID of the Key Result.

Format

uuid

initial_observed_value: KeyResultValue

The starting value of the Key Result.

name: string

The name of the Key Result.

objective_id: number

The Objective to which this Key Result belongs.

Format

int64

progress: number

The integer percentage of progress toward completion of the Key Result.

Format

int64

type: "boolean" | "numeric" | "percent"

The type of the Key Result (numeric, percent, or boolean).

Generated using TypeDoc