Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface GameUIConfiguration

    interface GameUIConfiguration {
        chatNotifications: "cards" | "pip";
        colorScheme: {
            applications: "" | "light" | "dark";
            interface: "" | "light" | "dark";
        };
        fade: { opacity: number; speed: number };
        fontScale: number;
        uiScale: number;
    }
    Index

    Properties

    chatNotifications: "cards" | "pip"
    colorScheme: {
        applications: "" | "light" | "dark";
        interface: "" | "light" | "dark";
    }
    fade: { opacity: number; speed: number }
    fontScale: number
    uiScale: number