Aller au contenu

InternalClockState

neo-chess-board


Defined in: src/clock/types.ts:45

Extends

Properties

active

active: ClockColor | null

Defined in: src/clock/types.ts:37

Inherited from

ClockState.active


black

black: InternalClockSideState

Defined in: src/clock/types.ts:47

Overrides

ClockState.black


isPaused

isPaused: boolean

Defined in: src/clock/types.ts:39

Inherited from

ClockState.isPaused


isRunning

isRunning: boolean

Defined in: src/clock/types.ts:38

Inherited from

ClockState.isRunning


lastUpdatedAt

lastUpdatedAt: number | null

Defined in: src/clock/types.ts:40

Inherited from

ClockState.lastUpdatedAt


white

white: InternalClockSideState

Defined in: src/clock/types.ts:46

Overrides

ClockState.white