This section of the API relates to information about the current theme.

interface SmiThemeApi {
    getCurrent(): "sas_corporate" | "sas_ignite" | "sas_hcb";
}

Methods

Methods

  • Returns "sas_corporate" | "sas_ignite" | "sas_hcb"

    The current theme ID.

    Gives the current theme ID.