...
| Name | Type | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| model | Object | string | SEModel (JSON 타입) | SEModel (string 타입) | ||||||||
| options | Object | | Status | title | 릴리즈 2.6.0 이상 |
|
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
var json = editor.getBodyModelJSON(); editor.openSEModel(json); var jsonStr = editor.getBodyModelJSON(true); editor.openSEModel(json); |
Related information
...