Interface GobanSelectedThemes

interface GobanSelectedThemes {
    black: string;
    board: string;
    custom-shadow-config?: CustomShadowConfig;
    removal-graphic: "x" | "square";
    removal-scale: number;
    stone-shadows?: ShadowTheme;
    white: string;
}

Properties

black: string
board: string
custom-shadow-config?: CustomShadowConfig
removal-graphic: "x" | "square"
removal-scale: number
stone-shadows?: ShadowTheme
white: string