PDF Web Viewer
    Preparing search index...

    Interface IThemeConfig

    Represents the configuration for a theme in the application.

    interface IThemeConfig {
        customProperties?: CustomThemePallet;
        pallet: ThemeType;
    }
    Index

    Properties

    customProperties?: CustomThemePallet
    pallet: ThemeType