Home Reference Source Repository
import Context from 'tsugi-node/src/core/Context.js'
public class | source

Context

This captures all of the context data associated with the LTI Launch.

Constructor Summary

Public Constructor
public

constructor(id: number, title: string, settings: Settings)

Member Summary

Public Members
public get

id: *

public set

id: *

public get
public set
public get

title: *

public set

title: *

Public Constructors

public constructor(id: number, title: string, settings: Settings) source

Params:

NameTypeAttributeDescription
id number
title string
settings Settings

Public Members

public get id: * source

public set id: * source

public get settings: * source

public set settings: * source

public get title: * source

public set title: * source