Open the Synap Editor with SEModel (Synap Editor Model).
Parameters:
| Name | Type | Description | |
|---|---|---|---|
| model | Object | string | SEModel (JSON type) | SEModel (string type) | |
| options | Object |
|
var json = editor.getBodyModelJSON(); editor.openSEModel(json); var jsonStr = editor.getBodyModelJSON(true); editor.openSEModel(json); |