Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents goals set in response to a push

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Goals(name: string, ...goals: Goal[]): Goals

Properties

Readonly goals

goals: Goal[]

name

name: string

Methods

and

  • Return a Goal set that contains these goals and one more goal, with an appropriate name

    Parameters

    • g: Goal

      goal to add

    Returns Goals

andLock

  • Return a form of these goals that is locked, so that more goals cannot be added through contribution model

    Returns Goals

Generated using TypeDoc