User

User

User extends from UserGeneric. It inherits the same attributes as UserGeneric but can login.

Constructor

new User()

Source:
Properties:
Name Type Description
firstname String The user's first name.
lastname String The user's last name.
teams Array This is a list of teams a user belongs to.
sessionHistory Array
datalistHistory Array
permissions Permission This is where permissions are specified (eg. read only; add/edit data etc.)

Extends