Class GrapesJsPlugin
java.lang.Object
io.jmix.messagetemplatesflowui.kit.component.GrapesJsPlugin
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GrapesJsBlocksBasicPlugin
,GrapesJsBlocksFlexboxPlugin
,GrapesJsCustomCodePlugin
,GrapesJsFormsPlugin
,GrapesJsNewsletterPresetPlugin
,GrapesJsPostcssParserPlugin
,GrapesJsStyleFilterPlugin
,GrapesJsTabsPlugin
,GrapesJsTooltipPlugin
,GrapesJsTuiImageEditorPlugin
Embeddable plugin for the
GrapesJs
component. The plugin can provide additional functionality,
such as new HTML blocks, actions in the control panel, etc.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
setOptions
(String options) Sets additional options for configuring the plugin as a JSON string.
-
Field Details
-
name
-
options
-
-
Constructor Details
-
GrapesJsPlugin
-
-
Method Details
-
getName
- Returns:
- the unique name of the plugin
-
getOptions
- Returns:
- additional options for configuring the plugin as a JSON string
-
setOptions
Sets additional options for configuring the plugin as a JSON string.- Parameters:
options
- options as JSON string
-