Trevixal API
    Preparing search index...

    Interface Preferences

    Where this demo keeps its preferences, so a reload finds them again.

    interface Preferences {
        customCSS?: string;
        goal?: number;
        preset: string | null;
        shortcuts?: Readonly<Record<string, string | null>>;
        theme: "light" | "dark" | "system";
        toolbarGroups?: readonly string[];
        toolbarOrder?: readonly string[];
        usage?: { favorites: readonly string[]; recent: readonly string[] };
    }
    Index
    customCSS?: string
    goal?: number
    preset: string | null
    shortcuts?: Readonly<Record<string, string | null>>
    theme: "light" | "dark" | "system"
    toolbarGroups?: readonly string[]
    toolbarOrder?: readonly string[]
    usage?: { favorites: readonly string[]; recent: readonly string[] }