Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RealtimeSession

Represents a single session for a project tracked in realtime.

Hierarchy

Index

Properties

Properties

data

Activity data for the session, where each element corresponds to the tracking data for the Activity with the same index in the project's DesignModel.

duration

duration: number

The total duration of the session, in milliseconds

id

id: string

An identifier for this entity. In most cases, this identifier should be globally unique and not start with well-known:. The Design Awareness App generates random 24-character alphanumeric IDs for this purpose.

Well-known or standard entities (currently only DesignModels) should use the format:

"well-known:" + (reverse DNS identifier) [optionally, + "@" + version]
example

"well-known:edu.washington.hcde.engineering-design@1"

example

"kobyeor9a9y5cca9iufm8jjv"

Optional notes

notes: TimedNote[]

The notes on this session.

default

[]

start

start: Date

The start date/time for the session

Generated using TypeDoc