File

src/client/app/modules/puzzle/services/board/square.model.ts

Index

Properties

Constructor

constructor(id: string, isEmpty: boolean, row: number, col: number, value: string, expectedValue: string, cssClass: string)

Properties

Public col
col: number
Type : number
Public cssClass
cssClass: string
Type : string
Public expectedValue
expectedValue: string
Type : string
Public id
id: string
Type : string
Public isEmpty
isEmpty: boolean
Type : boolean
Public row
row: number
Type : number
Public value
value: string
Type : string
import { Row } from './row.model';

export class Square {

  constructor(public id: string,
              public isEmpty: boolean,
              public row: number,
              public col: number,
              public value: string,
              public expectedValue: string,
              public cssClass: string) {}

}

results matching ""

    No results matching ""