A class to handle optional roles, includes a description that is displayed to students

Hierarchy

  • OptionalRole

Constructors

Properties

Constructors

  • Parameters

    • name: string

      Name for optional role

    • role: Role

      object associated with course

    • description: string

      Description to be displayed to students

    Returns OptionalRole

Properties

description: string

A description of what the role signifies, displayed to students when selecting

name: string

Holds name of optional role

role: Role

Associated role to be assigned

Generated using TypeDoc