Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a cell of the clue

Hierarchy

  • CrosswordCell

Implements

Index

Constructors

constructor

Properties

Optional acrossClue

Across clue that passes through this cell

Optional acrossClueLetterIndex

acrossClueLetterIndex: number

The index of the letter in the cell for the across clue

Optional answer

answer: string

The letter in the cell. The cell could be empty

Optional clueLabel

clueLabel: number

Position of the clue label

crossword

Parent crossword definition

Optional downClue

Down clue that passes through this cell

Optional downClueLetterIndex

downClueLetterIndex: number

The index of the letter in the cell for the down clue

Optional hint

hint: boolean = false

The cell is a hint

type

{boolean}

Optional light

light: boolean = false

The cell is white or has content

type

{boolean}

x

x: number

X position in the matrix

y

y: number

Y position in the matrix

Generated using TypeDoc