Class JsxCodeResult

  • All Implemented Interfaces:
    org.jetbrains.kotlinx.jupyter.api.Renderable

    
    public final class JsxCodeResult
     implements Renderable
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      DisplayResult render(Notebook notebook) Render to display result
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsxCodeResult

        JsxCodeResult(String jsCode)
    • Method Detail

      • render

         DisplayResult render(Notebook notebook)

        Render to display result

        Parameters:
        notebook - Current notebook