All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vaadin.base.devserver.themeeditor.ThemeEditorCommand Maven / Gradle / Ivy

There is a newer version: 24.6.0
Show newest version
package com.vaadin.base.devserver.themeeditor;

public interface ThemeEditorCommand {

    String CODE_OK = "ok";

    String CODE_ERROR = "error";

    String STATE = "themeEditorState";

    String RESPONSE = "themeEditorResponse";

    String COMPONENT_METADATA = "themeEditorComponentMetadata";

    String LOCAL_CLASS_NAME = "themeEditorLocalClassName";

    String HISTORY = "themeEditorHistory";

    String RULES = "themeEditorRules";

    String LOAD_RULES = "themeEditorLoadRules";

    String LOAD_PREVIEW = "themeEditorLoadPreview";

    String OPEN_CSS = "themeEditorOpenCss";

    String MARK_AS_USED = "themeEditorMarkAsUsed";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy