Reference Source
public class | source

Clue

A single clue, zero indexed from the top left of the board.

Constructor Summary

Public Constructor
public

constructor(column: number, row: number, question: string, answer: string)

Member Summary

Public Members
public

Public Constructors

public constructor(column: number, row: number, question: string, answer: string) source

Params:

NameTypeAttributeDescription
column number

horizontal index on board.

row number

vertical index on board.

question string

the question text.

answer string

the answer text.

Public Members

public points: number source