ChemPal Documentation - v1.12.0
    Preparing search index...

    Type Alias DisplaySettings

    UI presentation config: theme, font scale, and toolbar-icon behavior.

    type DisplaySettings = {
        theme?: "light" | "dark";
        fontSize?: "small" | "medium" | "large";
        openInTab?: boolean;
    }
    Index

    Properties

    theme?: "light" | "dark"

    Selected UI theme.

    fontSize?: "small" | "medium" | "large"

    UI font-size scale; drives the root html font-size.

    openInTab?: boolean

    When true, the toolbar icon opens the full-tab view instead of the popup.