Class: Period

Period(app)

Period object - test link Session Session.clients.

Constructor

new Period(app)

Parameters:
Name Type Description
app App

The app that this period belongs to.

Source:

Members

app :App

Type:
Source:

groups :Array

List of groups for this period.

Type:
  • Array
Default Value:
  • []
Source:

id :String

Unique identifier for this participant.

Type:
  • String
Source:

outputHide :Array.<String>

'outputHide' fields are not included in output

Type:
  • Array.<String>
Source:

Methods

(static) load(json, session) → {type}

Parameters:
Name Type Description
json type

description

session type

description

Source:
Returns:

description

Type
type

participantBegin(participant) → {type}

participantBegin - description

Called from:

  • participantBeginPeriod
Parameters:
Name Type Description
participant type

description

Source:
Returns:

description

Type
type

participantEnd(participant) → {type}

participantEnd - description

Called from:

Parameters:
Name Type Description
participant type

description

Source:
Returns:

description

Type
type

save()

save - description

Source: