File

src/question/answer.model.ts

Index

Properties

Constructor

constructor(value: T, id: number | string)
Parameters :
Name Type Optional Description
value T
id number | string

Properties

Public id
id: number | string
Type : number | string
Public value
value: T
Type : T
export class Answer<T> {

  public constructor(
    public value: T,
    public id: number | string = null
  ) { }
}

results matching ""

    No results matching ""