Interface IPreviewThemeProvider

All Known Implementing Classes:
PanelEditor

public interface IPreviewThemeProvider
Provides the theme information for use with image previews.
Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the theme information for the current editor used for the image preview.
  • Method Details

    • getThemes

      String getThemes()
      Gets the theme information for the current editor used for the image preview. Currently this consists of the desktop and mobile themes separated by commas.
      Returns:
      String consisting of the themes separated by commas, empty string means no theme (e.g. no mobile theme).