Options
All
  • Public
  • Public/Protected
  • All
Menu

An add-on interface for high-low activities which allows the user to interactively edit the high and low value of the activity.

since

1.2

Hierarchy

Implemented by

Index

Methods

getEndTime

  • getEndTime(): number
  • The end time of the activity.

    since

    1.0

    Returns number

    the activity end time

getHigh

  • getHigh(): number
  • Returns the high value of the activity.

    since

    1.2

    Returns number

    the high value

getId

  • getId(): string
  • The unique id of the activity.

    since

    1.0

    Returns string

    the unique activity ID

getLow

  • getLow(): number
  • Returns the low value of the activity.

    since

    1.2

    Returns number

    the low value

getName

  • getName(): string
  • The name of the activity, for example "Flight 3441".

    since

    1.0

    Returns string

    the name of the activity

getStartTime

  • getStartTime(): number

setEndTime

  • setEndTime(time: number): void
  • Sets a new end time on the activity.

    since

    1.0

    Parameters

    • time: number

      the new end time

    Returns void

setHigh

  • setHigh(high: number): void
  • Sets the high value of the activity.

    since

    1.2

    Parameters

    • high: number

      the high value

    Returns void

setLow

  • setLow(low: number): void
  • Sets the low value of the activity.

    since

    1.2

    Parameters

    • low: number

      the low value

    Returns void

setName

  • setName(name: string): void
  • Sets the name of the activity.

    since

    1.0

    Parameters

    • name: string

      the new name of the activity

    Returns void

setStartTime

  • setStartTime(time: number): void
  • Sets a new start time on the activity.

    since

    1.0

    Parameters

    • time: number

      the new start time

    Returns void