HybridForms API
    Preparing search index...

    Class Theme

    Static properties and methods related to the theme.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Get the current theme object of the app.

      Returns { isModernTheme: boolean; theme: string; themeType: "light" | "dark" }

    • Set the theme of the app.

      Parameters

      • theme: string

        The theme to set.

      Returns void