Options
All
  • Public
  • Public/Protected
  • All
Menu

An extension of the Activity interface which marks an activity as something that is being returned / managed by a ```Calendar``. The user can never directly interact with a calendar activity (they are always read-only). They` are used to represent calendar entries and are rendered in the background of all or individual rows.

since

1.0

see

Row.getCalendars()

Hierarchy

Implemented by

Index

Methods

getEndTime

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

    since

    1.0

    Returns number

    the activity end time

getId

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

    since

    1.0

    Returns string

    the unique activity ID

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
  • The start time of the activity.

    since

    1.0

    Returns number

    the activity start time