Skip to content

PgnParseErrorDetails

neo-chess-board


Defined in: src/core/errors.ts:80

Extends

  • Record\<string, unknown>

Indexable

[key: string]: unknown

Properties

color?

optional color: "white" | "black"

Defined in: src/core/errors.ts:82


index?

optional index: number

Defined in: src/core/errors.ts:86


message?

optional message: string

Defined in: src/core/errors.ts:87


moveNumber?

optional moveNumber: number

Defined in: src/core/errors.ts:81


rawComment?

optional rawComment: string

Defined in: src/core/errors.ts:85


spec?

optional spec: string

Defined in: src/core/errors.ts:83


square?

optional square: string

Defined in: src/core/errors.ts:84