Package io.vertigo.studio.notebook
Interface NotebookManager
- All Superinterfaces:
io.vertigo.core.node.component.Component,io.vertigo.core.node.component.CoreComponent,io.vertigo.core.node.component.Manager
- All Known Implementing Classes:
NotebookManagerImpl
public interface NotebookManager
extends io.vertigo.core.node.component.Manager
-
Method Summary
-
Method Details
-
toJson
Renders a notebook as json, so it can be shared, compared, stored and more !- Parameters:
notebook- the notebook- Returns:
- notebook as json
-
fromJson
Loads a notebook from json.- Parameters:
json- the notebook as json- Returns:
- notebook
-