Interface GrapesJsHtmlEditorComponent.FileUploadListener

Enclosing class:
GrapesJsHtmlEditorComponent

public static interface GrapesJsHtmlEditorComponent.FileUploadListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    fileUploaded(String name, String fileBase64)
     
  • Method Details

    • fileUploaded

      void fileUploaded(String name, String fileBase64)