Interface UIConfig

interface UIConfig {
    comment: UICommentConfig;
    darkMode: boolean;
    theme: string;
    viewer: UIViewerConfig;
}

Properties

darkMode: boolean
theme: string