This commit is contained in:
Maciej Caderek
2022-03-09 23:56:34 +01:00
parent db3c689727
commit 84bb4efd80
6 changed files with 49 additions and 21 deletions

View File

@@ -104,6 +104,7 @@ export type BoardConfig = {
showMoveIndicator: boolean;
showChecks: boolean;
showCoords: boolean;
showShadows: boolean;
flipped: boolean;
};
@@ -174,6 +175,7 @@ export type Handlers = {
toggleExtraInfo(): void;
toggleAnonymous(): void;
toggleTitleScreen(): void;
toggleShadows(): void;
flip(): void;
togglePlay(): void;
goto(ply: number): void;